Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dcirrusfb.c953 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
960 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
961 vga_rseq(regbase, CL_SEQR7) & ~0x01); in cirrusfb_set_par_foo()
1027 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
1034 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
1035 vga_rseq(regbase, CL_SEQR7) | 0x01); in cirrusfb_set_par_foo()
1091 vga_wseq(regbase, CL_SEQR7, 0x87); in cirrusfb_set_par_foo()
1097 vga_wseq(regbase, CL_SEQR7, 0x27); in cirrusfb_set_par_foo()
1106 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
1111 vga_wseq(regbase, CL_SEQR7, 0x17); in cirrusfb_set_par_foo()
[all …]
/linux-5.19.10/include/video/
Dcirrus.h37 #define CL_SEQR7 0x7 /* Extended Sequencer Mode */ macro