Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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) + \
/rk3399_rockchip-uboot/common/
H A Dedid.c3882 (pt->hsync_vsync_offset_pulse_width_hi & 0xc0) << 2 | in drm_mode_detailed()
3885 (pt->hsync_vsync_offset_pulse_width_hi & 0x30) << 4 | in drm_mode_detailed()
3887 unsigned vsync_offset = (pt->hsync_vsync_offset_pulse_width_hi & 0xc) << in drm_mode_detailed()
3890 (pt->hsync_vsync_offset_pulse_width_hi & 0x3) << 4 | in drm_mode_detailed()