Searched refs:vga_get_crtc (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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; 91 val = vga_get_crtc(VGA_CRTC_CSSL); 160 off = (vga_get_crtc(VGA_CRTC_CLAH) << 8) + vga_get_crtc(VGA_CRTC_CLAL); 173 vga_get_crtc(int index) function
|
/illumos-gate/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) function 244 printf("%2x ", vga_get_crtc(reg, i+j)); 248 printf("%2x ", vga_get_crtc(reg, i+j));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vgasubr.h | 44 extern int vga_get_crtc(struct vgaregmap *reg, int i);
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 1085 addr = (vga_get_crtc(&softc->regs, VGA_CRTC_CLAH) << 8) + 1086 vga_get_crtc(&softc->regs, VGA_CRTC_CLAL); 1123 (vga_get_crtc(&softc->regs, VGA_CRTC_VRE) &
|
/illumos-gate/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 1211 addr = (vga_get_crtc(&softc->regs, VGA_CRTC_CLAH) << 8) + 1212 vga_get_crtc(&softc->regs, VGA_CRTC_CLAL); 1249 (vga_get_crtc(&softc->regs, VGA_CRTC_VRE) &
|
Completed in 65 milliseconds