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

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Drs690.c408 u32 d1mode_priority_a_cnt = S_006548_D1MODE_PRIORITY_A_OFF(1); local
496 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
499 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1);
526 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
528 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1);
558 WREG32(R_006548_D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
559 WREG32(R_00654C_D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);
H A Drs600.c830 u32 d1mode_priority_a_cnt, d2mode_priority_a_cnt; local
843 d1mode_priority_a_cnt = RREG32(R_006548_D1MODE_PRIORITY_A_CNT);
845 d1mode_priority_a_cnt |= S_006548_D1MODE_PRIORITY_A_ALWAYS_ON(1);
847 WREG32(R_006548_D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
848 WREG32(R_00654C_D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);
H A Drv515.c1088 u32 d1mode_priority_a_cnt = MODE_PRIORITY_OFF; local
1153 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
1156 d1mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1183 d1mode_priority_a_cnt = dfixed_trunc(priority_mark02);
1185 d1mode_priority_a_cnt |= MODE_PRIORITY_ALWAYS_ON;
1215 WREG32(D1MODE_PRIORITY_A_CNT, d1mode_priority_a_cnt);
1216 WREG32(D1MODE_PRIORITY_B_CNT, d1mode_priority_a_cnt);

Completed in 28 milliseconds