Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/common/
Dbl2_io_storage.c216 if (boot_context->boot_interface_instance != 0U) { in print_boot_device()
217 INFO(" Instance %d\n", boot_context->boot_interface_instance); in print_boot_device()
223 uint16_t boot_interface_instance) in boot_mmc() argument
232 switch (boot_interface_instance) { in boot_mmc()
258 ERROR("SDMMC%u init failed\n", boot_interface_instance); in boot_mmc()
372 uart_base = get_uart_address(boot_context->boot_interface_instance); in stm32cubeprogrammer_uart()
426 boot_mmc(MMC_IS_SD, boot_context->boot_interface_instance); in stm32mp_io_setup()
432 boot_mmc(MMC_IS_EMMC, boot_context->boot_interface_instance); in stm32mp_io_setup()
Dstm32mp_common.c334 assert(boot_context->boot_interface_instance <= (BOOT_INST_MASK >> BOOT_INST_SHIFT)); in stm32_save_boot_info()
357 (boot_context->boot_interface_instance << BOOT_INST_SHIFT) | in stm32_save_boot_info()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/stm32mp2/include/
Dboot_api.h287 uint16_t boot_interface_instance; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/include/
Dboot_api.h218 uint16_t boot_interface_instance; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/
Dbl2_plat_setup.c273 get_uart_address(boot_context->boot_interface_instance); in bl2_el3_plat_arch_setup()