Home | History | Annotate | Download | only in dev

Lines Matching defs:rb

275 	volatile struct rboxfb *rb = (struct rboxfb *)fb->regkva;
278 rb_waitbusy(rb);
280 rb->regs.id = GRFHWID; /* trigger reset */
283 rb->regs.interrupt = 0x04;
284 rb->video_enable = 0x01;
285 rb->drive = 0x01;
286 rb->vdrive = 0x0;
288 rb->opwen = 0xFF;
305 rb->rep_rule = RBOX_DUALROP(RR_COPY);
326 rb->blink = 0x00;
327 rb->write_enable = 0x01;
328 rb->opwen = 0x00;
331 rb->display_enable = 0x01;
376 volatile struct rboxfb *rb = (struct rboxfb *)fb->regkva;
381 rb_waitbusy(rb);
383 rb->rep_rule = RBOX_DUALROP(rop);
384 rb->source_y = sy;
385 rb->source_x = sx;
386 rb->dest_y = dy;
387 rb->dest_x = dx;
388 rb->wheight = cy;
389 rb->wwidth = cx;
390 rb->wmove = 1;
392 rb_waitbusy(rb);