Home | History | Annotate | Download | only in common

Lines Matching defs:rp

117 	struct tcboxfb *rp = (void *)ip->regbase;
121 tc_waitbusy(rp, ip->planemask);
122 rp->wmrr = func;
123 rp->source_y = sy;
124 rp->source_x = sx;
125 rp->dest_y = dy;
126 rp->dest_x = dx;
127 rp->wheight = h;
128 rp->wwidth = w;
129 rp->wmove = ip->planemask;