Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_HSYNC_LOW (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/include/
Dfdtdec.h876 DISPLAY_FLAGS_HSYNC_LOW = 1 << 0, enumerator
/external/u-boot/drivers/video/rockchip/
Drk_mipi.c102 val = (timing->flags & DISPLAY_FLAGS_HSYNC_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
/external/u-boot/drivers/video/sunxi/
Dsunxi_dw_hdmi.c309 if (edid->flags & DISPLAY_FLAGS_HSYNC_LOW) in sunxi_dw_hdmi_enable()
Dlcdc.c134 if (mode->flags & DISPLAY_FLAGS_HSYNC_LOW) in lcdc_tcon0_mode_set()
Dsunxi_display.c633 timing->flags |= DISPLAY_FLAGS_HSYNC_LOW; in sunxi_ctfb_mode_to_display_timing()
/external/u-boot/common/
Dedid.c118 timing->flags |= DISPLAY_FLAGS_HSYNC_LOW; in decode_timing()
/external/u-boot/drivers/core/
Dofnode.c459 DISPLAY_FLAGS_HSYNC_LOW; in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1134 DISPLAY_FLAGS_HSYNC_LOW; in fdtdec_decode_display_timing()