Searched refs:priority_a_cnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c796 u32 priority_a_cnt = PRIORITY_OFF; local
804 priority_a_cnt = 0;
841 priority_a_cnt |= PRIORITY_ALWAYS_ON;
855 priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
891 WREG32(PRIORITY_A_CNT + radeon_crtc->crtc_offset, priority_a_cnt);
H A Devergreen.c1059 u32 priority_a_cnt = PRIORITY_OFF; local
1068 priority_a_cnt = 0;
1102 priority_a_cnt |= PRIORITY_ALWAYS_ON;
1116 priority_a_cnt |= priority_a_mark & PRIORITY_MARK_MASK;
1152 WREG32(PRIORITY_A_CNT + radeon_crtc->crtc_offset, priority_a_cnt);

Completed in 70 milliseconds