Searched refs:nb_slot (Results 1 – 2 of 2) sorted by relevance
42 abc->nb_slot = ANDROID_NUM_SLOTS; in android_boot_control_default()44 for (i = 0; i < abc->nb_slot; ++i) { in android_boot_control_default()203 if (abc->nb_slot > ARRAY_SIZE(abc->slot_info)) { in android_ab_select()204 abc->nb_slot = ARRAY_SIZE(abc->slot_info); in android_ab_select()209 for (i = 0; i < abc->nb_slot; ++i) { in android_ab_select()
136 uint8_t nb_slot : 3; member