hsync_vsync_offset_pulse_width_hi 2295 drivers/gpu/drm/drm_edid.c 	unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo;
hsync_vsync_offset_pulse_width_hi 2296 drivers/gpu/drm/drm_edid.c 	unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse_width_lo;
hsync_vsync_offset_pulse_width_hi 2297 drivers/gpu/drm/drm_edid.c 	unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4;
hsync_vsync_offset_pulse_width_hi 2298 drivers/gpu/drm/drm_edid.c 	unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf);
hsync_vsync_offset_pulse_width_hi  531 drivers/gpu/drm/tiny/gm12u320.c 		.data.pixel_data.hsync_vsync_offset_pulse_width_hi = 0x00,
hsync_vsync_offset_pulse_width_hi   80 include/drm/drm_edid.h 	u8 hsync_vsync_offset_pulse_width_hi;