Searched refs:sr07 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
H A D | cirrus.c | 189 int sr07 = 0, hdr = 0; in cirrus_mode_set() local 257 sr07 = rreg_seq(cirrus, 0x07); in cirrus_mode_set() 258 sr07 &= 0xe0; in cirrus_mode_set() 264 sr07 |= 0x11; in cirrus_mode_set() 267 sr07 |= 0x17; in cirrus_mode_set() 271 sr07 |= 0x15; in cirrus_mode_set() 275 sr07 |= 0x19; in cirrus_mode_set() 283 wreg_seq(cirrus, 0x7, sr07); in cirrus_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | cirrus.c | 273 u8 sr07, hdr; in cirrus_format_set() local 275 sr07 = rreg_seq(cirrus, 0x07); in cirrus_format_set() 276 sr07 &= 0xe0; in cirrus_format_set() 280 sr07 |= 0x11; in cirrus_format_set() 284 sr07 |= 0x17; in cirrus_format_set() 288 sr07 |= 0x15; in cirrus_format_set() 292 sr07 |= 0x19; in cirrus_format_set() 299 wreg_seq(cirrus, 0x7, sr07); in cirrus_format_set()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cirrusfb.c | 120 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, 1553 vga_wseq(cinfo->regbase, CL_SEQR7, bi->sr07); in init_vgachip()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A 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, 1555 vga_wseq(cinfo->regbase, CL_SEQR7, bi->sr07); in init_vgachip()
|
Completed in 8 milliseconds