/src/sys/arch/hp300/dev/ |
gbox.c | 314 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; local in function:gbox_restore 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; local in function:gbox_setcolor 427 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; local in function:gbox_windowmove [all...] |
/src/sys/dev/pci/voyager/ |
voyagerfb.c | 995 int rf, gf, bf, rb, gb, bb; local in function:voyagerfb_putchar_aa32 1041 gb = (bg >> 8) & 0xff; 1055 g = aval * gf + (255 - aval) * gb;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_execbuf.c | 3227 bool gb = dev_priv->capabilities & SVGA_CAP_GBOBJECTS; local in function:vmw_cmd_check 3252 if (unlikely(entry->gb_disable && gb)) 3255 if (unlikely(entry->gb_enable && !gb))
|
/src/sys/dev/pci/ |
radeonfb.c | 3177 int rf, gf, bf, rb, gb, bb; local in function:radeonfb_putchar_aa32 3232 gb = (bg >> 8) & 0xff; 3254 g = aval * gf + (255 - aval) * gb; 3719 * address up to 4GB. Older chips probably use bits 20-22 for other
|