Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/cirrus/
Dcirrus.c181 int sr07 = 0, hdr = 0; in cirrus_mode_set() local
246 sr07 = rreg_seq(cirrus, 0x07); in cirrus_mode_set()
247 sr07 &= 0xe0; in cirrus_mode_set()
253 sr07 |= 0x11; in cirrus_mode_set()
256 sr07 |= 0x17; in cirrus_mode_set()
260 sr07 |= 0x15; in cirrus_mode_set()
264 sr07 |= 0x19; in cirrus_mode_set()
271 wreg_seq(cirrus, 0x7, sr07); in cirrus_mode_set()
/Linux-v5.4/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,
1554 vga_wseq(cinfo->regbase, CL_SEQR7, bi->sr07); in init_vgachip()