Home | History | Annotate | Download | only in common

Lines Matching defs:dp

138 	struct dvboxfb *dp = (void *)ip->regbase;
143 db_waitbusy(dp);
144 dp->rep_rule = func << 4 | func;
145 dp->source_y = sy;
146 dp->source_x = sx;
147 dp->dest_y = dy;
148 dp->dest_x = dx;
149 dp->wheight = h;
150 dp->wwidth = w;
151 dp->wmove = 1;