Home
last modified time | relevance | path

Searched refs:VGA_CRTC_V_DISP_END (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/video/
Dvga.h100 #define VGA_CRTC_V_DISP_END 0x12 macro
/linux-6.1.9/drivers/gpu/drm/tiny/
Dcirrus.c221 wreg_crt(cirrus, VGA_CRTC_V_DISP_END, vdispend & 0xff); in cirrus_mode_set()
/linux-6.1.9/drivers/video/console/
Dvgacon.c592 outb_p(VGA_CRTC_V_DISP_END, vga_video_port_reg); in vgacon_doresize()
/linux-6.1.9/drivers/video/fbdev/
Dvga16fb.c474 par->crtc[VGA_CRTC_V_DISP_END] = pos & 0xFF; in vga16fb_check_var()
Di740fb.c527 par->crtc[VGA_CRTC_V_DISP_END] = yres-1; in i740fb_decode_var()
Dtridentfb.c1198 write3X4(par, VGA_CRTC_V_DISP_END, vdispend & 0xFF); in tridentfb_set_par()
Dcirrusfb.c811 vga_wcrt(regbase, VGA_CRTC_V_DISP_END, vdispend & 0xff); in cirrusfb_set_par_foo()