Home
last modified time | relevance | path

Searched refs:arb_control3 (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/drm2/radeon/
Devergreen.c1004 u32 tmp, arb_control3; in evergreen_program_watermarks() local
1074 arb_control3 = RREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset); in evergreen_program_watermarks()
1075 tmp = arb_control3; in evergreen_program_watermarks()
1091 WREG32(PIPE0_ARBITRATION_CONTROL3 + pipe_offset, arb_control3); in evergreen_program_watermarks()
Dsi.c771 u32 tmp, arb_control3; in dce6_program_watermarks() local
844 arb_control3 = RREG32(DPG_PIPE_ARBITRATION_CONTROL3 + radeon_crtc->crtc_offset); in dce6_program_watermarks()
845 tmp = arb_control3; in dce6_program_watermarks()
861 WREG32(DPG_PIPE_ARBITRATION_CONTROL3 + radeon_crtc->crtc_offset, arb_control3); in dce6_program_watermarks()