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

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Devergreen.c1061 u32 pipe_offset = radeon_crtc->crtc_id * 16; local
1132 arb_control3 = RREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset);
1136 WREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset, tmp);
1137 WREG32(PIPE0_LATENCY_CONTROL + pipe_offset,
1141 tmp = RREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset);
1144 WREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset, tmp);
1145 WREG32(PIPE0_LATENCY_CONTROL + pipe_offset,
1149 WREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset, arb_control3);

Completed in 95 milliseconds