Home
last modified time | relevance | path

Searched refs:VGA_CRTC_CURSOR_START (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_regs.h84 #define VGA_CRTC_CURSOR_START 0x0A macro
H A Dvga.c1271 s->cr[VGA_CRTC_CURSOR_START] != s->cursor_start || in vga_draw_text()
1280 s->cursor_start = s->cr[VGA_CRTC_CURSOR_START]; in vga_draw_text()
1337 !(s->cr[VGA_CRTC_CURSOR_START] & 0x20) && in vga_draw_text()
1341 line_start = s->cr[VGA_CRTC_CURSOR_START] & 0x1f; in vga_draw_text()
1988 s->cr[VGA_CRTC_CURSOR_START] != s->cursor_start || in vga_update_text()
1990 cursor_visible = !(s->cr[VGA_CRTC_CURSOR_START] & 0x20); in vga_update_text()
1998 s->cursor_start = s->cr[VGA_CRTC_CURSOR_START]; in vga_update_text()
/openbmc/linux/include/video/
H A Dvga.h92 #define VGA_CRTC_CURSOR_START 0x0A macro
/openbmc/linux/drivers/video/console/
H A Dvgacon.c452 outb_p(VGA_CRTC_CURSOR_START, vga_video_port_reg); in vgacon_set_cursor_size()
464 outb_p(VGA_CRTC_CURSOR_START, vga_video_port_reg); in vgacon_set_cursor_size()
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c151 vga_wcrt(regbase, VGA_CRTC_CURSOR_START, 0x0d); in svga_set_textmode_vga_regs()
/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c930 vga_wcrt(regbase, VGA_CRTC_CURSOR_START, 0); in cirrusfb_set_par_foo()
1580 vga_wcrt(cinfo->regbase, VGA_CRTC_CURSOR_START, 0x20); in init_vgachip()
H A Dvga16fb.c465 par->crtc[VGA_CRTC_CURSOR_START] = 0x20; in vga16fb_check_var()
H A Di740fb.c523 par->crtc[VGA_CRTC_CURSOR_START] = 0x00; in i740fb_decode_var()