Searched refs:fb_regs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hpfb.c | 31 static unsigned long fb_regs; variable 96 while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1); in hpfb_setcolreg() 98 out_be16(fb_regs + 0x60ba, 0xff); in hpfb_setcolreg() 100 out_be16(fb_regs + 0x60b2, _red); in hpfb_setcolreg() 101 out_be16(fb_regs + 0x60b4, _green); in hpfb_setcolreg() 102 out_be16(fb_regs + 0x60b6, _blue); in hpfb_setcolreg() 103 out_be16(fb_regs + 0x60b8, ~_regno); in hpfb_setcolreg() 104 out_be16(fb_regs + 0x60f0, 0xff); in hpfb_setcolreg() 108 while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1); in hpfb_setcolreg() 109 out_be16(fb_regs in hpfb_setcolreg() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hpfb.c | 31 static unsigned long fb_regs; variable 96 while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1); in hpfb_setcolreg() 98 out_be16(fb_regs + 0x60ba, 0xff); in hpfb_setcolreg() 100 out_be16(fb_regs + 0x60b2, _red); in hpfb_setcolreg() 101 out_be16(fb_regs + 0x60b4, _green); in hpfb_setcolreg() 102 out_be16(fb_regs + 0x60b6, _blue); in hpfb_setcolreg() 103 out_be16(fb_regs + 0x60b8, ~_regno); in hpfb_setcolreg() 104 out_be16(fb_regs + 0x60f0, 0xff); in hpfb_setcolreg() 108 while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1); in hpfb_setcolreg() 109 out_be16(fb_regs in hpfb_setcolreg() [all...] |
Completed in 2 milliseconds