Home
last modified time | relevance | path

Searched refs:DISPLAY_FLAGS_PIXDATA_NEGEDGE (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dfdtdec.h842 DISPLAY_FLAGS_PIXDATA_NEGEDGE = 1 << 7, enumerator
/third_party/uboot/u-boot-2020.01/drivers/video/rockchip/
Drk_mipi.c110 val = (timing->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) ? 1 : 0; in rk_mipi_dsi_enable()
/third_party/uboot/u-boot-2020.01/drivers/video/stm32/
Dstm32_ltdc.c256 if (timings->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in stm32_ltdc_set_mode()
/third_party/uboot/u-boot-2020.01/drivers/video/
Datmel_hlcdfb.c331 if (timing->flags & DISPLAY_FLAGS_PIXDATA_NEGEDGE) in atmel_hlcdc_init()
/third_party/uboot/u-boot-2020.01/drivers/core/
Dofnode.c517 DISPLAY_FLAGS_PIXDATA_NEGEDGE; in ofnode_decode_display_timing()
/third_party/uboot/u-boot-2020.01/lib/
Dfdtdec.c1026 DISPLAY_FLAGS_PIXDATA_NEGEDGE; in fdtdec_decode_display_timing()