Home
last modified time | relevance | path

Searched refs:boot_source_get (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dbl2_setup.c189 if (is_warmboot() && (boot_source_get() == BOOT_SOURCE_QSPI)) in brcm_stingray_chimp_check_and_fastboot()
201 if (boot_source_get() == BOOT_SOURCE_QSPI) in brcm_stingray_chimp_check_and_fastboot()
208 if (fastboot_init_result && boot_source_get() != BOOT_SOURCE_QSPI) in brcm_stingray_chimp_check_and_fastboot()
633 if (boot_source_get() != BOOT_SOURCE_UART) in plat_bcm_bl2_plat_arch_setup()
719 if (boot_source_get() != BOOT_SOURCE_QSPI) in plat_bcm_bl2_plat_arch_setup()
Dbl31_setup.c41 if (boot_source_get() != BOOT_SOURCE_QSPI) { in brcm_stingray_gain_qspi_control()
1019 if ((boot_source_get() != BOOT_SOURCE_QSPI) && in DEFINE_RENAME_SYSREG_RW_FUNCS()
1033 if (boot_source_get() != BOOT_SOURCE_QSPI) in DEFINE_RENAME_SYSREG_RW_FUNCS()
/external/arm-trusted-firmware/plat/brcm/board/common/
Dcmn_plat_util.h39 uint32_t boot_source_get(void);
Dplatform_common.c14 uint32_t boot_source_get(void) in boot_source_get() function
/external/arm-trusted-firmware/plat/brcm/common/
Dbrcm_io_storage.c344 boot_source = boot_source_get(); in brcm_io_setup()
383 boot_source = boot_source_get(); in plat_get_image_source()