Lines Matching refs:out_8
121 out_8(fb_regs + TC_NBLANK, (blank ? 0x00 : fb_bitmask)); in hpfb_blank()
132 out_8(fb_regs + TC_FBEN, fb_bitmask); in topcat_blit()
134 out_8(fb_regs + TC_WEN, fb_bitmask); in topcat_blit()
135 out_8(fb_regs + WMRR, rr); in topcat_blit()
143 out_8(fb_regs + WMOVE, fb_bitmask); in topcat_blit()
161 out_8(fb_regs + TC_WEN, fb_bitmask & clr); in hpfb_fillrect()
162 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_SET : RR_INVERT)); in hpfb_fillrect()
165 out_8(fb_regs + TC_WEN, fb_bitmask & ~clr); in hpfb_fillrect()
166 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_CLEAR : RR_NOOP)); in hpfb_fillrect()
180 out_8(fb_regs + TC_WEN, fb_bitmask); in hpfb_sync()
181 out_8(fb_regs + TC_PRR, RR_COPY); in hpfb_sync()
182 out_8(fb_regs + TC_FBEN, fb_bitmask); in hpfb_sync()
262 out_8(fb_regs + TC_WEN, 0xff); in hpfb_init_one()
263 out_8(fb_regs + TC_PRR, RR_COPY); in hpfb_init_one()
264 out_8(fb_regs + TC_FBEN, 0xff); in hpfb_init_one()
265 out_8(fb_start, 0xff); in hpfb_init_one()
267 out_8(fb_start, 0); in hpfb_init_one()
272 out_8(fb_regs + TC_WEN, fb_bitmask); in hpfb_init_one()
273 out_8(fb_regs + TC_PRR, RR_COPY); in hpfb_init_one()
274 out_8(fb_regs + TC_REN, fb_bitmask); in hpfb_init_one()
275 out_8(fb_regs + TC_FBEN, fb_bitmask); in hpfb_init_one()