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

/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Drs600.c65 if (RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[crtc]) & AVIVO_CRTC_EN) {
228 tmp = RREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset);
230 WREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset, tmp);
246 tmp = RREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset);
248 WREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset, tmp);
H A Drv515.c301 crtc_enabled = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]) & AVIVO_CRTC_EN;
304 tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]);
308 WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp);
388 tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]);
390 WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp);
H A Dr500_reg.h355 #define AVIVO_D1CRTC_CONTROL 0x6080 macro
H A Dradeon_device.c455 reg = RREG32(AVIVO_D1CRTC_CONTROL) |

Completed in 106 milliseconds