Searched refs:boot_partition_used_toboot (Results 1 – 4 of 4) sorted by relevance
253 uint32_t boot_partition_used_toboot; member
368 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()
453 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()
272 uint32_t boot_partition_used_toboot; member