Home
last modified time | relevance | path

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

/linux-5.19.10/include/video/
Dcirrus.h70 #define CL_CRT1B 0x1b /* Extended Display Controls */ macro
/linux-5.19.10/drivers/video/fbdev/
Dcirrusfb.c1211 vga_wcrt(regbase, CL_CRT1B, tmp); in cirrusfb_set_par_foo()
1346 tmp = vga_rcrt(cinfo->regbase, CL_CRT1B) & 0xf2; in cirrusfb_pan_display()
1355 vga_wcrt(cinfo->regbase, CL_CRT1B, tmp); in cirrusfb_pan_display()
1591 vga_wcrt(cinfo->regbase, CL_CRT1B, 0x02); in init_vgachip()