Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c195 static bool spl_slot_is_bootable(AvbABSlotData *slot) in spl_slot_is_bootable() function
238 if (spl_slot_is_bootable(&ab_data.slots[0]) && in spl_get_current_slot()
239 spl_slot_is_bootable(&ab_data.slots[1])) { in spl_get_current_slot()
244 } else if (spl_slot_is_bootable(&ab_data.slots[0])) { in spl_get_current_slot()
246 } else if (spl_slot_is_bootable(&ab_data.slots[1])) { in spl_get_current_slot()
397 if (!spl_slot_is_bootable(&ab_data.slots[0]) && in spl_ab_decrease_reset()
398 !spl_slot_is_bootable(&ab_data.slots[1])) { in spl_ab_decrease_reset()