Lines Matching refs:out_8
120 out_8(fb_regs + TC_NBLANK, (blank ? 0x00 : fb_bitmask)); in hpfb_blank()
131 out_8(fb_regs + TC_FBEN, fb_bitmask); in topcat_blit()
133 out_8(fb_regs + TC_WEN, fb_bitmask); in topcat_blit()
134 out_8(fb_regs + WMRR, rr); in topcat_blit()
142 out_8(fb_regs + WMOVE, fb_bitmask); in topcat_blit()
160 out_8(fb_regs + TC_WEN, fb_bitmask & clr); in hpfb_fillrect()
161 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_SET : RR_INVERT)); in hpfb_fillrect()
164 out_8(fb_regs + TC_WEN, fb_bitmask & ~clr); in hpfb_fillrect()
165 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_CLEAR : RR_NOOP)); in hpfb_fillrect()
179 out_8(fb_regs + TC_WEN, fb_bitmask); in hpfb_sync()
180 out_8(fb_regs + TC_PRR, RR_COPY); in hpfb_sync()
181 out_8(fb_regs + TC_FBEN, fb_bitmask); in hpfb_sync()
261 out_8(fb_regs + TC_WEN, 0xff); in hpfb_init_one()
262 out_8(fb_regs + TC_PRR, RR_COPY); in hpfb_init_one()
263 out_8(fb_regs + TC_FBEN, 0xff); in hpfb_init_one()
264 out_8(fb_start, 0xff); in hpfb_init_one()
266 out_8(fb_start, 0); in hpfb_init_one()
271 out_8(fb_regs + TC_WEN, fb_bitmask); in hpfb_init_one()
272 out_8(fb_regs + TC_PRR, RR_COPY); in hpfb_init_one()
273 out_8(fb_regs + TC_REN, fb_bitmask); in hpfb_init_one()
274 out_8(fb_regs + TC_FBEN, fb_bitmask); in hpfb_init_one()