Searched refs:sr07 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | cirrus_mode.c | 167 int sr07 = 0, hdr = 0; in cirrus_crtc_mode_set() local 233 sr07 = RREG8(SEQ_DATA); in cirrus_crtc_mode_set() 234 sr07 &= 0xe0; in cirrus_crtc_mode_set() 238 sr07 |= 0x11; in cirrus_crtc_mode_set() 241 sr07 |= 0x17; in cirrus_crtc_mode_set() 245 sr07 |= 0x15; in cirrus_crtc_mode_set() 249 sr07 |= 0x19; in cirrus_crtc_mode_set() 256 WREG_SEQ(0x7, sr07); in cirrus_crtc_mode_set()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | cirrusfb.c | 121 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()
|