Lines Matching refs:out_be16
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()
109 out_be16(fb_regs + 0x60b2, 0); in hpfb_setcolreg()
110 out_be16(fb_regs + 0x60b4, 0); in hpfb_setcolreg()
111 out_be16(fb_regs + 0x60b6, 0); in hpfb_setcolreg()
112 out_be16(fb_regs + 0x60b8, 0); in hpfb_setcolreg()
137 out_be16(fb_regs + SOURCE_X, x0); in topcat_blit()
138 out_be16(fb_regs + SOURCE_Y, y0); in topcat_blit()
139 out_be16(fb_regs + DEST_X, x1); in topcat_blit()
140 out_be16(fb_regs + DEST_Y, y1); in topcat_blit()
141 out_be16(fb_regs + WWIDTH, w); in topcat_blit()
142 out_be16(fb_regs + WHEIGHT, h); in topcat_blit()
228 out_be16(fb_regs+0x4800, 0); /* Catseye status */ in hpfb_init_one()
229 out_be16(fb_regs+0x4510, 0); /* VB */ in hpfb_init_one()
230 out_be16(fb_regs+0x4512, 0); /* TCNTRL */ in hpfb_init_one()
231 out_be16(fb_regs+0x4514, 0); /* ACNTRL */ in hpfb_init_one()
232 out_be16(fb_regs+0x4516, 0); /* PNCNTRL */ in hpfb_init_one()
233 out_be16(fb_regs+0x4206, 0x90); /* RUG Command/Status */ in hpfb_init_one()
234 out_be16(fb_regs+0x60a2, 0); /* Overlay Mask */ in hpfb_init_one()
235 out_be16(fb_regs+0x60bc, 0); /* Ram Select */ in hpfb_init_one()