Searched refs:nb_slot (Results 1 – 2 of 2) sorted by relevance
47 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()
156 uint8_t nb_slot : 3; member