Home
last modified time | relevance | path

Searched refs:nb_slot (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dandroid_ab.c47 abc->nb_slot = ARRAY_SIZE(abc->slot_info); in android_boot_control_default()
49 for (i = 0; i < abc->nb_slot; ++i) { in android_boot_control_default()
208 if (abc->nb_slot > ARRAY_SIZE(abc->slot_info)) { in android_ab_select()
209 abc->nb_slot = ARRAY_SIZE(abc->slot_info); in android_ab_select()
214 for (i = 0; i < abc->nb_slot; ++i) { in android_ab_select()
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_bootloader_message.h156 uint8_t nb_slot : 3; member