Searched refs:vga_get_crtc (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/i86pc/boot/ |
H A D | boot_vga.c | 69 static unsigned char vga_get_crtc(int index); 80 msl = vga_get_crtc(VGA_CRTC_MAX_S_LN) & 0x1f; in vga_cursor_display() 91 val = vga_get_crtc(VGA_CRTC_CSSL); in vga_cursor_display() 160 off = (vga_get_crtc(VGA_CRTC_CLAH) << 8) + vga_get_crtc(VGA_CRTC_CLAL); in vga_getpos() 173 vga_get_crtc(int index) in vga_get_crtc() function
|
/titanic_41/usr/src/uts/common/io/ |
H A D | vgasubr.c | 54 #define GET_HORIZ_END(c) vga_get_crtc(c, VGA_CRTC_H_D_END) 55 #define GET_VERT_END(c) (vga_get_crtc(c, VGA_CRTC_VDE) \ 56 + (((vga_get_crtc(c, VGA_CRTC_OVFL_REG) >> \ 58 + (((vga_get_crtc(c, VGA_CRTC_OVFL_REG) >> \ 62 (vga_get_crtc(c, VGA_CRTC_CRT_MD) & VGA_CRTC_CRT_MD_VT_X2) 102 vga_get_crtc(struct vgaregmap *reg, int i) in vga_get_crtc() function 244 printf("%2x ", vga_get_crtc(reg, i+j)); in vga_dump_regs() 248 printf("%2x ", vga_get_crtc(reg, i+j)); in vga_dump_regs()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vgasubr.h | 44 extern int vga_get_crtc(struct vgaregmap *reg, int i);
|
/titanic_41/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 1085 addr = (vga_get_crtc(&softc->regs, VGA_CRTC_CLAH) << 8) + in vgatext_get_cursor() 1086 vga_get_crtc(&softc->regs, VGA_CRTC_CLAL); in vgatext_get_cursor() 1123 (vga_get_crtc(&softc->regs, VGA_CRTC_VRE) & in vgatext_set_text()
|
/titanic_41/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 1211 addr = (vga_get_crtc(&softc->regs, VGA_CRTC_CLAH) << 8) + in vgatext_get_cursor() 1212 vga_get_crtc(&softc->regs, VGA_CRTC_CLAL); in vgatext_get_cursor() 1249 (vga_get_crtc(&softc->regs, VGA_CRTC_VRE) & in vgatext_set_text()
|