Home
last modified time | relevance | path

Searched refs:vga_set_crtc (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/boot/
H A Dboot_vga.c68 static void vga_set_crtc(int index, unsigned char val);
92 vga_set_crtc(VGA_CRTC_CSSL, (val & 0xc) | ((msl - 2) & 0x1f)); in vga_cursor_display()
102 vga_set_crtc(VGA_CRTC_CESL, msl); in vga_cursor_display()
151 vga_set_crtc(VGA_CRTC_CLAH, off >> 8); in vga_setpos()
152 vga_set_crtc(VGA_CRTC_CLAL, off & 0xff); in vga_setpos()
166 vga_set_crtc(int index, unsigned char val) in vga_set_crtc() function
/titanic_44/usr/src/uts/common/sys/
H A Dvgasubr.h45 extern void vga_set_crtc(struct vgaregmap *reg, int i, int v);
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c1073 vga_set_crtc(&softc->regs, VGA_CRTC_CLAH, addr >> 8); in vgatext_set_cursor()
1074 vga_set_crtc(&softc->regs, VGA_CRTC_CLAL, addr & 0xff); in vgatext_set_cursor()
1122 vga_set_crtc(&softc->regs, VGA_CRTC_VRE, in vgatext_set_text()
1126 vga_set_crtc(&softc->regs, i, VGA_CRTC_TEXT[i]); in vgatext_set_text()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1199 vga_set_crtc(&softc->regs, VGA_CRTC_CLAH, addr >> 8); in vgatext_set_cursor()
1200 vga_set_crtc(&softc->regs, VGA_CRTC_CLAL, addr & 0xff); in vgatext_set_cursor()
1248 vga_set_crtc(&softc->regs, VGA_CRTC_VRE, in vgatext_set_text()
1252 vga_set_crtc(&softc->regs, i, VGA_CRTC_TEXT[i]); in vgatext_set_text()
/titanic_44/usr/src/uts/common/io/
H A Dvgasubr.c108 vga_set_crtc(struct vgaregmap *reg, int i, int v) in vga_set_crtc() function