Home
last modified time | relevance | path

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

/Linux-v4.19/include/video/
Dvga.h80 #define VGA_CRTC_H_TOTAL 0 macro
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_mode.c186 WREG_CRT(VGA_CRTC_H_TOTAL, htotal); in cirrus_crtc_mode_set()
/Linux-v4.19/drivers/video/fbdev/
Di740fb.c500 par->crtc[VGA_CRTC_H_TOTAL] = (xtotal >> 3) - 5; in i740fb_decode_var()
Dvga16fb.c385 par->crtc[VGA_CRTC_H_TOTAL] = xtotal - 5; in vga16fb_check_var()
Dtridentfb.c1205 write3X4(par, VGA_CRTC_H_TOTAL, htotal & 0xFF); in tridentfb_set_par()
Dcirrusfb.c752 vga_wcrt(regbase, VGA_CRTC_H_TOTAL, htotal); in cirrusfb_set_par_foo()