Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dhpfb.c31 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 + 0x60b2, 0); in hpfb_setcolreg()
[all …]