Searched refs:vsync_offset_pulse_width_lo (Results 1 – 5 of 5) sorted by relevance
79 u8 vsync_offset_pulse_width_lo; member
500 .data.pixel_data.vsync_offset_pulse_width_lo = 0x14,
103 u8 vsync_offset_pulse_width_lo; member
2810 …offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()2811 …dth = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()
3751 2 | pt->vsync_offset_pulse_width_lo >> 4; in drm_mode_detailed()3754 (pt->vsync_offset_pulse_width_lo & 0xf); in drm_mode_detailed()