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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c797 u32 priority_b_cnt = PRIORITY_OFF; local
805 priority_b_cnt = 0;
842 priority_b_cnt |= PRIORITY_ALWAYS_ON;
867 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
892 WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);
H A Devergreen.c1060 u32 priority_b_cnt = PRIORITY_OFF; local
1069 priority_b_cnt = 0;
1103 priority_b_cnt |= PRIORITY_ALWAYS_ON;
1128 priority_b_cnt |= priority_b_mark & PRIORITY_MARK_MASK;
1153 WREG32(PRIORITY_B_CNT + radeon_crtc->crtc_offset, priority_b_cnt);

Completed in 169 milliseconds