Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDrv515.c310 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 1); in rv515_mc_stop()
313 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 0); in rv515_mc_stop()
324 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 1); in rv515_mc_stop()
328 WREG32(AVIVO_D1CRTC_UPDATE_LOCK + crtc_offsets[i], 0); in rv515_mc_stop()
HDr500_reg.h365 #define AVIVO_D1CRTC_UPDATE_LOCK 0x60e8 macro