Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/vga/
H A Dvgasubr.c67 #define GET_HORIZ_END(c) vga_get_crtc(c, VGA_CRTC_H_D_END)
68 #define GET_VERT_END(c) (vga_get_crtc(c, VGA_CRTC_VDE) \
69 + (((vga_get_crtc(c, VGA_CRTC_OVFL_REG) >> \
71 + (((vga_get_crtc(c, VGA_CRTC_OVFL_REG) >> \
75 (vga_get_crtc(c, VGA_CRTC_CRT_MD) & VGA_CRTC_CRT_MD_VT_X2)
112 vga_get_crtc(vgaregmap_t reg, int i) in vga_get_crtc() function
253 printf("%2x ", vga_get_crtc(reg, i+j)); in vga_dump_regs()
257 printf("%2x ", vga_get_crtc(reg, i+j)); in vga_dump_regs()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_vga.c78 static unsigned char vga_get_crtc(int index);
156 msl = vga_get_crtc(VGA_CRTC_MAX_S_LN) & 0x1f; in vga_cursor_display()
167 val = vga_get_crtc(VGA_CRTC_CSSL) & 0xc0; in vga_cursor_display()
313 off = (vga_get_crtc(VGA_CRTC_CLAH) << 8) + vga_get_crtc(VGA_CRTC_CLAL); in vga_getpos()
352 vga_get_crtc(int index) in vga_get_crtc() function
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c490 msl = vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_MAX_S_LN) & 0x1f; in vidc_text_set_cursor()
491 s = vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CSSL) & 0xC0; in vidc_text_set_cursor()
492 e = vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CESL); in vidc_text_set_cursor()
511 addr = (vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CLAH) << 8) + in vidc_text_get_cursor()
512 vga_get_crtc(VGA_REG_ADDR, VGA_CRTC_CLAL); in vidc_text_get_cursor()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c799 msl = vga_get_crtc(&console->vga.regs, VGA_CRTC_MAX_S_LN) & 0x1f; in vgatext_hide_cursor()
800 s = vga_get_crtc(&console->vga.regs, VGA_CRTC_CSSL) & 0xc0; in vgatext_hide_cursor()
818 msl = vga_get_crtc(&console->vga.regs, VGA_CRTC_MAX_S_LN) & 0x1f; in vgatext_set_cursor()
819 s = vga_get_crtc(&console->vga.regs, VGA_CRTC_CSSL) & 0xc0; in vgatext_set_cursor()
838 addr = (vga_get_crtc(&console->vga.regs, VGA_CRTC_CLAH) << 8) + in vgatext_get_cursor()
839 vga_get_crtc(&console->vga.regs, VGA_CRTC_CLAL); in vgatext_get_cursor()
860 vga_reg->vga_crtc[i] = vga_get_crtc(regs, i); in vgatext_get_text()
/illumos-gate/usr/src/uts/common/sys/
H A Dvgasubr.h51 extern int vga_get_crtc(vgaregmap_t reg, int i);