Searched refs:d2mode_priority_a_cnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs690.c409 u32 d2mode_priority_a_cnt = S_006548_D1MODE_PRIORITY_A_OFF(1); local
497 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
500 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
553 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
555 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
560 WREG32(R_006D48_D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
561 WREG32(R_006D4C_D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);
H A Drs600.c830 u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; local
844 d2mode_priority_a_cnt = RREG32(R_006D48_D2MODE_PRIORITY_A_CNT);
846 d2mode_priority_a_cnt |= S_006D48_D2MODE_PRIORITY_A_ALWAYS_ON(1);
849 WREG32(R_006D48_D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
850 WREG32(R_006D4C_D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);
H A Drv515.c1089 u32 d2mode_priority_a_cnt = MODE_PRIORITY_OFF; local
1154 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1157 d2mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1210 d2mode_priority_a_cnt = dfixed_trunc(priority_mark12);
1212 d2mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1217 WREG32(D2MODE_PRIORITY_A_CNT, d2mode_priority_a_cnt);
1218 WREG32(D2MODE_PRIORITY_B_CNT, d2mode_priority_a_cnt);

Completed in 160 milliseconds