Searched refs:hsync_vsync_offset_pulse_width_hi (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_edid.h82 u8 hsync_vsync_offset_pulse_width_hi; member in struct:detailed_pixel_timing
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_edid.c1620 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo;
1621 unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo;
1622 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) >> 2 | pt->vsync_offset_pulse_width_lo >> 4;
1623 unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf);

Completed in 19 milliseconds