Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1287 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1292 crtcext1 = 0; in mga_crtc_dpms()
1297 crtcext1 = 0x10; in mga_crtc_dpms()
1301 crtcext1 = 0x20; in mga_crtc_dpms()
1305 crtcext1 = 0x30; in mga_crtc_dpms()
1321 crtcext1 |= RREG8(MGAREG_CRTCEXT_DATA) & ~0x30; in mga_crtc_dpms()
1322 WREG8(MGAREG_CRTCEXT_DATA, crtcext1); in mga_crtc_dpms()