Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_DE_LOW (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/video/rockchip/
Drk_mipi.c108 val = (timing->flags & DISPLAY_FLAGS_DE_LOW) ? 1 : 0; in rk_mipi_dsi_enable()
109 rk_mipi_dsi_write(regs, DISPLAY_FLAGS_DE_LOW, val); in rk_mipi_dsi_enable()
/external/u-boot/include/
Dfdtdec.h882 DISPLAY_FLAGS_DE_LOW = 1 << 4, enumerator
/external/u-boot/drivers/core/
Dofnode.c464 DISPLAY_FLAGS_DE_LOW; in ofnode_decode_display_timing()
/external/u-boot/lib/
Dfdtdec.c1139 DISPLAY_FLAGS_DE_LOW; in fdtdec_decode_display_timing()