Home
last modified time | relevance | path

Searched refs:boot_partition_used_toboot (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dboot_api.h253 uint32_t boot_partition_used_toboot; member
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_common.c368 assert(boot_context->boot_partition_used_toboot <= (BOOT_PART_MASK >> BOOT_PART_SHIFT)); in stm32_save_boot_info()
391 (boot_context->boot_partition_used_toboot << BOOT_PART_SHIFT) | in stm32_save_boot_info()
H A Dbl2_io_storage.c453 if ((boot_context->boot_partition_used_toboot == 1U) || in stm32mp_io_setup()
454 (boot_context->boot_partition_used_toboot == 2U)) { in stm32mp_io_setup()
456 boot_context->boot_partition_used_toboot); in stm32mp_io_setup()
/rk3399_ARM-atf/plat/st/stm32mp1/include/
H A Dboot_api.h272 uint32_t boot_partition_used_toboot; member