Searched refs:boot_interface_instance (Results 1 – 5 of 5) sorted by relevance
216 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() argument232 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()
334 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()
287 uint16_t boot_interface_instance; member
218 uint16_t boot_interface_instance; member
273 get_uart_address(boot_context->boot_interface_instance); in bl2_el3_plat_arch_setup()