Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1135 u8 seq1 = 0, crtcext1 = 0; in mga_crtc_dpms() local
1140 crtcext1 = 0; in mga_crtc_dpms()
1145 crtcext1 = 0x10; in mga_crtc_dpms()
1149 crtcext1 = 0x20; in mga_crtc_dpms()
1153 crtcext1 = 0x30; in mga_crtc_dpms()
1169 crtcext1 |= RREG8(MGAREG_CRTCEXT_DATA) & ~0x30; in mga_crtc_dpms()
1170 WREG8(MGAREG_CRTCEXT_DATA, crtcext1); in mga_crtc_dpms()