Searched refs:boot_config (Results 1 – 3 of 3) sorted by relevance
162 scf_get_boot_config(uint8_t *boot_config) in scf_get_boot_config() argument166 assert(boot_config); in scf_get_boot_config()167 *boot_config = 0; in scf_get_boot_config()196 *boot_config = (uint8_t)ret; in scf_get_boot_config()335 uint8_t boot_config = 0, boot_config_ovr; in scf_is_fastboot_default() local348 scf_get_boot_config(&boot_config); in scf_is_fastboot_default()353 boot_config_ovr = boot_config; in scf_is_fastboot_default()356 return (boot_config & boot_config_ovr & UA_FASTREBOOT_DEFAULT); in scf_is_fastboot_default()
206 uint8_t boot_config = 0; in main() local212 scf_get_boot_config(&boot_config); in main()213 boot_config_ovr = boot_config; in main()215 boot_config &= boot_config_ovr; in main()216 mdep = (uintptr_t)(&boot_config); in main()
1454 uint8_t boot_config = (uint8_t)*mdep; in fastboot_update_config() local1463 fastreboot_onpanic = boot_config & UA_FASTREBOOT_ONPANIC; in fastboot_update_config()1482 uint8_t boot_config = (uint8_t)(~UA_FASTREBOOT_ONPANIC); in fastreboot_onpanic_disable() local1483 fastboot_update_config((const char *)&boot_config); in fastreboot_onpanic_disable()