Home | History | Annotate | Download | only in dev

Lines Matching defs:gb

314 	volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva;
320 gb->write_protect = 0x0;
321 gb->regs.interrupt = 0x4;
322 gb->rep_rule = RR_COPY;
323 gb->blink1 = 0xff;
324 gb->blink2 = 0xff;
330 gb->crtc_address = i;
331 gb->crtc_data = crtc_init_data[i];
334 tile_mover_waitbusy(gb);
337 gb->regs.sec_interrupt = 0x01;
384 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva;
386 gb->creg_select = index;
387 gb->cmap_red = fb->cmap.r[index];
388 gb->cmap_grn = fb->cmap.g[index];
389 gb->cmap_blu = fb->cmap.b[index];
390 gb->cmap_write = !!index;
391 gbcm_waitbusy(gb);
427 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva;
436 tile_mover_waitbusy(gb);
438 gb->width = -(cx / 4);
439 gb->height = -(cy / 4);
441 gb->rep_rule = MOVE_DOWN_RIGHT | rop;
443 gb->rep_rule = MOVE_UP_LEFT | rop;
453 tile_mover_waitbusy(gb);