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

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Drs600.c97 if (!(RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[crtc]) & AVIVO_CRTC_EN))
267 tmp = RREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset);
269 WREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset, tmp);
285 tmp = RREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset);
287 WREG32(AVIVO_D1CRTC_CONTROL + radeon_crtc->crtc_offset, tmp);
H A Drv515.c304 crtc_enabled = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]) & AVIVO_CRTC_EN;
307 tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]);
312 WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp);
325 tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]);
327 WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp);
445 tmp = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]);
447 WREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i], tmp);
H A Dr500_reg.h351 #define AVIVO_D1CRTC_CONTROL 0x6080 macro
H A Dradeon_device.c455 reg = RREG32(AVIVO_D1CRTC_CONTROL) |

Completed in 31 milliseconds