Home | History | Annotate | Download | only in common

Lines Matching defs:rp

131 	struct rboxfb *rp = (void *)ip->regbase;
136 rb_waitbusy(rp);
137 rp->rep_rule = func << 4 | func;
138 rp->source_y = sy;
139 rp->source_x = sx;
140 rp->dest_y = dy;
141 rp->dest_x = dx;
142 rp->wheight = h;
143 rp->wwidth = w;
144 rp->wmove = 1;