Searched refs:CL_SEQR1E (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | cirrus.h | 60 #define CL_SEQR1E 0x1e /* VCLK3 Denominator and Post-Scalar Value */ macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | cirrus.h | 60 #define CL_SEQR1E 0x1e /* VCLK3 Denominator and Post-Scalar Value */ macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cirrusfb.c | 643 old1e = vga_rseq(cinfo->regbase, CL_SEQR1E) & ~0x1; in cirrusfb_set_mclk_as_source() 647 vga_wseq(cinfo->regbase, CL_SEQR1E, old1e); in cirrusfb_set_mclk_as_source() 896 vga_wseq(regbase, CL_SEQR1E, nom); in cirrusfb_set_par_foo() 899 vga_wseq(regbase, CL_SEQR1E, tmp); in cirrusfb_set_par_foo()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cirrusfb.c | 645 old1e = vga_rseq(cinfo->regbase, CL_SEQR1E) & ~0x1; in cirrusfb_set_mclk_as_source() 649 vga_wseq(cinfo->regbase, CL_SEQR1E, old1e); in cirrusfb_set_mclk_as_source() 898 vga_wseq(regbase, CL_SEQR1E, nom); in cirrusfb_set_par_foo() 901 vga_wseq(regbase, CL_SEQR1E, tmp); in cirrusfb_set_par_foo()
|
Completed in 9 milliseconds