Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1242 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1247 crtcext1 = 0; in mga_crtc_dpms()
1252 crtcext1 = 0x10; in mga_crtc_dpms()
1256 crtcext1 = 0x20; in mga_crtc_dpms()
1260 crtcext1 = 0x30; in mga_crtc_dpms()
1276 crtcext1 |= RREG8(MGAREG_CRTCEXT_DATA) & ~0x30; in mga_crtc_dpms()
1277 WREG8(MGAREG_CRTCEXT_DATA, crtcext1); in mga_crtc_dpms()