Searched refs:nv_app_data (Results 1 – 3 of 3) sorted by relevance
36 static nv_app_data_t nv_app_data; variable43 uint8_t *nv_app_data_array = (uint8_t *) &nv_app_data; in read_nv_app_data()65 (uint32_t *)&nv_app_data, sizeof(nv_app_data_t)); in read_nv_app_data()119 return (const nv_app_data_t *) &nv_app_data; in get_nv_data()
34 const nv_app_data_t *nv_app_data = get_nv_data(); in is_warm_boot() local41 ret = (nv_app_data->warm_rst_flag == WARM_BOOT_SUCCESS) ? 1 : 0; in is_warm_boot()
168 const nv_app_data_t *nv_app_data = get_nv_data(); in bl2_el3_early_platform_setup() local170 INFO("Value of warm_reset flag = 0x%x\n", nv_app_data->warm_rst_flag); in bl2_el3_early_platform_setup()171 INFO("Value of WDT flag = 0x%x\n", nv_app_data->wdt_rst_flag); in bl2_el3_early_platform_setup()
Completed in 5 milliseconds