Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c148 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in avb_ab_data_init()
151 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init()
270 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY; in avb_ab_mark_slot_active()
276 if (ab_data.slots[other_slot_number].priority == AVB_AB_MAX_PRIORITY) { in avb_ab_mark_slot_active()
277 ab_data.slots[other_slot_number].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_mark_slot_active()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkbootloader.c367 if (info.slots[now_slot].priority != AVB_AB_MAX_PRIORITY) { in setSlotSucceed()
370 info.slots[now_slot].priority, AVB_AB_MAX_PRIORITY); in setSlotSucceed()
371 info.slots[now_slot].priority = AVB_AB_MAX_PRIORITY; in setSlotSucceed()
411 info.slots[now_slot].priority = AVB_AB_MAX_PRIORITY - 1; in setSlotActivity()
412 info.slots[1 - now_slot].priority = AVB_AB_MAX_PRIORITY; in setSlotActivity()
/OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/
H A Davb_ab_flow.c68 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in avb_ab_data_init()
71 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init()
424 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY; in avb_ab_mark_slot_active()
430 if (ab_data.slots[other_slot_number].priority == AVB_AB_MAX_PRIORITY) { in avb_ab_mark_slot_active()
431 ab_data.slots[other_slot_number].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_mark_slot_active()
/OK3568_Linux_fs/external/recovery/
H A Dbootloader.h44 #define AVB_AB_MAX_PRIORITY 15 macro
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ab.c103 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in spl_ab_data_init()
106 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in spl_ab_data_init()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_ab_flow.h53 #define AVB_AB_MAX_PRIORITY 15 macro