Home
last modified time | relevance | path

Searched refs:boot_dev (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/plat/renesas/rzg/
Dbl2_plat_setup.c223 uint32_t boot_dev, boot_cpu; in bl2_plat_flush_bl31_params() local
227 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_plat_flush_bl31_params()
229 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_plat_flush_bl31_params()
230 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) { in bl2_plat_flush_bl31_params()
574 uint32_t reg, midr, boot_dev, boot_cpu, type, rev; in bl2_el3_early_platform_setup() local
604 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_el3_early_platform_setup()
698 switch (boot_dev) { in bl2_el3_early_platform_setup()
786 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup()
787 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) { in bl2_el3_early_platform_setup()
855 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup()
[all …]
/external/arm-trusted-firmware/plat/renesas/rcar/
Dbl2_plat_setup.c238 uint32_t boot_dev, boot_cpu; in bl2_plat_flush_bl31_params() local
242 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_plat_flush_bl31_params()
244 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_plat_flush_bl31_params()
245 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) in bl2_plat_flush_bl31_params()
685 uint32_t reg, midr, lcs, boot_dev, boot_cpu, sscg, type, rev; in bl2_el3_early_platform_setup() local
722 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_el3_early_platform_setup()
848 switch (boot_dev) { in bl2_el3_early_platform_setup()
941 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup()
942 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) { in bl2_el3_early_platform_setup()
1008 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup()
[all …]
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_io_storage.c342 unsigned int boot_dev; in uniphier_io_setup() local
345 boot_dev = uniphier_get_boot_device(soc_id); in uniphier_io_setup()
346 if (boot_dev == UNIPHIER_BOOT_DEVICE_RSV) in uniphier_io_setup()
349 io_setup = uniphier_io_setup_table[boot_dev]; in uniphier_io_setup()