Home | History | Annotate | Download | only in common

Lines Matching refs:ip

56 topcat_init(struct ite_data *ip)
58 struct tcboxfb *regbase = (void *)ip->regbase;
60 ip->bmv = topcat_windowmove;
85 ip->planemask = *FBBASE;
90 regbase->fben = ip->planemask;
91 regbase->wen = ip->planemask;
92 regbase->ren = ip->planemask;
95 ite_fontinfo(ip);
100 topcat_windowmove(ip, 0, 0, 0, 0, ip->fbheight, ip->fbwidth, RR_CLEAR);
101 tc_waitbusy(regbase, ip->planemask);
103 ite_fontinit8bpp(ip);
108 topcat_windowmove(ip, charY(ip, ' '), charX(ip, ' '),
109 ip->cblanky, ip->cblankx, ip->ftheight,
110 ip->ftwidth, RR_COPYINVERTED);
114 topcat_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int h,
117 struct tcboxfb *rp = (void *)ip->regbase;
121 tc_waitbusy(rp, ip->planemask);
129 rp->wmove = ip->planemask;