Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcirrusfb.c952 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
959 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
960 vga_rseq(regbase, CL_SEQR7) & ~0x01); in cirrusfb_set_par_foo()
1026 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
1033 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
1034 vga_rseq(regbase, CL_SEQR7) | 0x01); in cirrusfb_set_par_foo()
1090 vga_wseq(regbase, CL_SEQR7, 0x87); in cirrusfb_set_par_foo()
1096 vga_wseq(regbase, CL_SEQR7, 0x27); in cirrusfb_set_par_foo()
1105 vga_wseq(regbase, CL_SEQR7, in cirrusfb_set_par_foo()
1110 vga_wseq(regbase, CL_SEQR7, 0x17); in cirrusfb_set_par_foo()
[all …]
/OK3568_Linux_fs/kernel/include/video/
H A Dcirrus.h37 #define CL_SEQR7 0x7 /* Extended Sequencer Mode */ macro