Home
last modified time | relevance | path

Searched refs:VGA_CRTC_H_TOTAL (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/video/
Dvga.h82 #define VGA_CRTC_H_TOTAL 0 macro
/linux-6.6.21/drivers/gpu/drm/tiny/
Dcirrus.c223 wreg_crt(cirrus, VGA_CRTC_H_TOTAL, htotal); in cirrus_mode_set()
/linux-6.6.21/drivers/video/fbdev/
Dvga16fb.c402 par->crtc[VGA_CRTC_H_TOTAL] = xtotal - 5; in vga16fb_check_var()
Di740fb.c502 par->crtc[VGA_CRTC_H_TOTAL] = (xtotal >> 3) - 5; in i740fb_decode_var()
Dtridentfb.c1205 write3X4(par, VGA_CRTC_H_TOTAL, htotal & 0xFF); in tridentfb_set_par()
Dcirrusfb.c753 vga_wcrt(regbase, VGA_CRTC_H_TOTAL, htotal); in cirrusfb_set_par_foo()