Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/tiny/
Dcirrus.c192 int sr07 = 0, hdr = 0; in cirrus_mode_set() local
260 sr07 = rreg_seq(cirrus, 0x07); in cirrus_mode_set()
261 sr07 &= 0xe0; in cirrus_mode_set()
267 sr07 |= 0x11; in cirrus_mode_set()
270 sr07 |= 0x17; in cirrus_mode_set()
274 sr07 |= 0x15; in cirrus_mode_set()
278 sr07 |= 0x19; in cirrus_mode_set()
286 wreg_seq(cirrus, 0x7, sr07); in cirrus_mode_set()
/Linux-v5.15/drivers/video/fbdev/
Dcirrusfb.c120 unsigned char sr07; member
138 .sr07 = 0xF0,
154 .sr07 = 0x80,
168 .sr07 = 0x20,
182 .sr07 = 0x80,
195 .sr07 = 0xA0,
211 .sr07 = 0xA0,
226 .sr07 = 0x10,
1554 vga_wseq(cinfo->regbase, CL_SEQR7, bi->sr07); in init_vgachip()