Searched refs:VGA_CRTC_CLAL (Results 1 – 4 of 4) sorted by relevance
152 vga_set_crtc(VGA_CRTC_CLAL, off & 0xff); in vga_setpos()160 off = (vga_get_crtc(VGA_CRTC_CLAH) << 8) + vga_get_crtc(VGA_CRTC_CLAL); in vga_getpos()
142 #define VGA_CRTC_CLAL 0x0f macro
1074 vga_set_crtc(&softc->regs, VGA_CRTC_CLAL, addr & 0xff); in vgatext_set_cursor()1086 vga_get_crtc(&softc->regs, VGA_CRTC_CLAL); in vgatext_get_cursor()
1200 vga_set_crtc(&softc->regs, VGA_CRTC_CLAL, addr & 0xff); in vgatext_set_cursor()1212 vga_get_crtc(&softc->regs, VGA_CRTC_CLAL); in vgatext_get_cursor()