Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c344 size_t slot_index = 0; in spl_ab_decrease_tries() local
353 slot_index = 0; in spl_ab_decrease_tries()
355 slot_index = 1; in spl_ab_decrease_tries()
357 slot_index = 0; in spl_ab_decrease_tries()
373 if (!ab_data.slots[slot_index].successful_boot && in spl_ab_decrease_tries()
374 ab_data.slots[slot_index].tries_remaining > 0) in spl_ab_decrease_tries()
375 ab_data.slots[slot_index].tries_remaining -= 1; in spl_ab_decrease_tries()
/rk3399_rockchip-uboot/common/
H A Dandroid_ab.c541 size_t slot_index = 0; in ab_decrease_tries() local
547 slot_index = 0; in ab_decrease_tries()
549 slot_index = 1; in ab_decrease_tries()
551 slot_index = 0; in ab_decrease_tries()
565 if (!ab_data.slots[slot_index].successful_boot && in ab_decrease_tries()
566 ab_data.slots[slot_index].tries_remaining > 0) in ab_decrease_tries()
567 ab_data.slots[slot_index].tries_remaining -= 1; in ab_decrease_tries()