Lines Matching defs:priority_cnt
1138 uint32_t priority_cnt;
1141 priority_cnt = INREG(AVIVO_D1MODE_PRIORITY_A_CNT);
1142 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1143 OUTREG(AVIVO_D1MODE_PRIORITY_A_CNT, priority_cnt);
1145 priority_cnt = INREG(AVIVO_D1MODE_PRIORITY_B_CNT);
1146 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1147 OUTREG(AVIVO_D1MODE_PRIORITY_B_CNT, priority_cnt);
1151 priority_cnt = INREG(AVIVO_D2MODE_PRIORITY_A_CNT);
1152 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1153 OUTREG(AVIVO_D2MODE_PRIORITY_A_CNT, priority_cnt);
1155 priority_cnt = INREG(AVIVO_D2MODE_PRIORITY_B_CNT);
1156 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1157 OUTREG(AVIVO_D2MODE_PRIORITY_B_CNT, priority_cnt);
1199 uint32_t lb_max_req_outstanding, priority_cnt;
1523 priority_cnt = priority_mark & AVIVO_DxMODE_PRIORITY_MARK_MASK;
1526 priority_cnt |= AVIVO_DxMODE_PRIORITY_ALWAYS_ON;
1533 OUTREG(AVIVO_D1MODE_PRIORITY_A_CNT, priority_cnt);
1534 OUTREG(AVIVO_D1MODE_PRIORITY_B_CNT, priority_cnt);
1536 OUTREG(AVIVO_D2MODE_PRIORITY_A_CNT, priority_cnt);
1537 OUTREG(AVIVO_D2MODE_PRIORITY_B_CNT, priority_cnt);