Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_ab_flow.h53 #define AVB_AB_MAX_PRIORITY 15 macro
/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c106 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in spl_ab_data_init()
109 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in spl_ab_data_init()