Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1266 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1271 crtcext1 = 0; in mga_crtc_dpms()
1276 crtcext1 = 0x10; in mga_crtc_dpms()
1280 crtcext1 = 0x20; in mga_crtc_dpms()
1284 crtcext1 = 0x30; in mga_crtc_dpms()
1300 crtcext1 |= RREG8(MGAREG_CRTCEXT_DATA) & ~0x30; in mga_crtc_dpms()
1301 WREG8(MGAREG_CRTCEXT_DATA, crtcext1); in mga_crtc_dpms()