Home
last modified time | relevance | path

Searched refs:hsync_vsync_offset_pulse_width_hi (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dedid.h104 u8 hsync_vsync_offset_pulse_width_hi; member
225 unsigned char hsync_vsync_offset_pulse_width_hi; member
227 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 7, 6) << 8) + \
230 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 5, 4) << 8) + \
233 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 3, 2) << 4) + \
236 ((GET_BITS((_x).hsync_vsync_offset_pulse_width_hi, 1, 0) << 4) + \
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h80 u8 hsync_vsync_offset_pulse_width_hi; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dgm12u320.c501 .data.pixel_data.hsync_vsync_offset_pulse_width_hi = 0x00,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c2808 unsigned hsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | pt->hsync_offset_lo; in drm_mode_detailed()
2809 …unsigned hsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | pt->hsync_pulse… in drm_mode_detailed()
2810 …unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << 2 | pt->vsync_offset_puls… in drm_mode_detailed()
2811 …unsigned vsync_pulse_width = (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | (pt->vsync_offse… in drm_mode_detailed()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c3745 (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | in drm_mode_detailed()
3748 (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | in drm_mode_detailed()
3750 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << in drm_mode_detailed()
3753 (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | in drm_mode_detailed()