Searched refs:vga_set_crtc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_vga.c | 77 static void vga_set_crtc(int index, unsigned char val); 172 vga_set_crtc(VGA_CRTC_CSSL, val); in vga_cursor_display() 182 vga_set_crtc(VGA_CRTC_CESL, msl); in vga_cursor_display() 301 vga_set_crtc(VGA_CRTC_CLAH, off >> 8); in vga_setpos() 302 vga_set_crtc(VGA_CRTC_CLAL, off & 0xff); in vga_setpos() 345 vga_set_crtc(int index, unsigned char val) in vga_set_crtc() function
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 804 vga_set_crtc(&console->vga.regs, VGA_CRTC_CSSL, s); in vgatext_hide_cursor() 805 vga_set_crtc(&console->vga.regs, VGA_CRTC_CESL, msl); in vgatext_hide_cursor() 823 vga_set_crtc(&console->vga.regs, VGA_CRTC_CLAH, addr >> 8); in vgatext_set_cursor() 824 vga_set_crtc(&console->vga.regs, VGA_CRTC_CLAL, addr & 0xff); in vgatext_set_cursor() 827 vga_set_crtc(&console->vga.regs, VGA_CRTC_CSSL, s); in vgatext_set_cursor() 828 vga_set_crtc(&console->vga.regs, VGA_CRTC_CESL, msl); in vgatext_set_cursor() 916 vga_set_crtc(regs, VGA_CRTC_VRE, in vgatext_set_text() 919 vga_set_crtc(regs, i, VGA_CRTC_TEXT[i]); in vgatext_set_text()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vidconsole.c | 496 vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CLAH, addr >> 8); in vidc_text_set_cursor() 497 vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CLAL, addr & 0xff); in vidc_text_set_cursor() 502 vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CSSL, s); in vidc_text_set_cursor() 503 vga_set_crtc(VGA_REG_ADDR, VGA_CRTC_CESL, e); in vidc_text_set_cursor()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vgasubr.h | 52 extern void vga_set_crtc(vgaregmap_t reg, int i, int v);
|
/illumos-gate/usr/src/common/vga/ |
H A D | vgasubr.c | 118 vga_set_crtc(vgaregmap_t reg, int i, int v) in vga_set_crtc() function
|