Searched refs:fb_regs (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/video/fbdev/
H A Dhpfb.c31 static unsigned long fb_regs; variable
96 while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1);
98 out_be16(fb_regs + 0x60ba, 0xff);
100 out_be16(fb_regs + 0x60b2, _red);
101 out_be16(fb_regs + 0x60b4, _green);
102 out_be16(fb_regs + 0x60b6, _blue);
103 out_be16(fb_regs + 0x60b8, ~_regno);
104 out_be16(fb_regs + 0x60f0, 0xff);
108 while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1);
109 out_be16(fb_regs
[all...]

Completed in 192 milliseconds