Home
last modified time | relevance | path

Searched refs:hsync_pulse_width (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.h114 short hsync_pulse_width; /* Horizontal sync pulse width */ member
H A Dpxa2x0_lcd.c126 | ((info->hsync_pulse_width-1)<<10) in pxa2x0_lcd_geometry()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c2550 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed() local
2567 if (!hsync_pulse_width || !vsync_pulse_width) { in drm_mode_detailed()
2592 mode->hsync_end = mode->hsync_start + hsync_pulse_width; in drm_mode_detailed()