Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_mode.c203 int sr07 = 0, hdr = 0; in cirrus_crtc_mode_set() local
269 sr07 = RREG8(SEQ_DATA); in cirrus_crtc_mode_set()
270 sr07 &= 0xe0; in cirrus_crtc_mode_set()
274 sr07 |= 0x11; in cirrus_crtc_mode_set()
277 sr07 |= 0x17; in cirrus_crtc_mode_set()
281 sr07 |= 0x15; in cirrus_crtc_mode_set()
285 sr07 |= 0x19; in cirrus_crtc_mode_set()
292 WREG_SEQ(0x7, sr07); in cirrus_crtc_mode_set()
/linux-4.4.14/drivers/video/fbdev/
Dcirrusfb.c121 unsigned char sr07; member
139 .sr07 = 0xF0,
155 .sr07 = 0x80,
169 .sr07 = 0x20,
183 .sr07 = 0x80,
196 .sr07 = 0xA0,
212 .sr07 = 0xA0,
227 .sr07 = 0x10,
1552 vga_wseq(cinfo->regbase, CL_SEQR7, bi->sr07); in init_vgachip()