Searched refs:CL_SEQR1F (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | cirrus.h | 61 #define CL_SEQR1F 0x1f /* BIOS ROM write enable and MCLK Select */ macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | cirrus.h | 61 #define CL_SEQR1F 0x1f /* BIOS ROM write enable and MCLK Select */ macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cirrusfb.c | 451 long mclk = vga_rseq(cinfo->regbase, CL_SEQR1F) & 0x3f; in cirrusfb_check_mclk() 637 old1f = vga_rseq(cinfo->regbase, CL_SEQR1F) & ~0x40; in cirrusfb_set_mclk_as_source() 649 vga_wseq(cinfo->regbase, CL_SEQR1F, old1f); in cirrusfb_set_mclk_as_source() 2282 vga_wseq(cinfo->regbase, CL_SEQR1F, in cirrusfb_zorro_register()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cirrusfb.c | 452 long mclk = vga_rseq(cinfo->regbase, CL_SEQR1F) & 0x3f; in cirrusfb_check_mclk() 639 old1f = vga_rseq(cinfo->regbase, CL_SEQR1F) & ~0x40; in cirrusfb_set_mclk_as_source() 651 vga_wseq(cinfo->regbase, CL_SEQR1F, old1f); in cirrusfb_set_mclk_as_source() 2281 vga_wseq(cinfo->regbase, CL_SEQR1F, in cirrusfb_zorro_register()
|
Completed in 7 milliseconds