Home
last modified time | relevance | path

Searched refs:HI_VO_INTF_MIPI (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/product/hiosd/vo/include/
Dhi_common_vo.h61 #define HI_VO_INTF_MIPI (0x01L << 10) macro
/third_party/uboot/u-boot-2020.01/cmd/
Dcmd_vo.c133 if (intftype == (HI_VO_INTF_HDMI | HI_VO_INTF_MIPI)) { in do_start_hdmi()
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/
Ddrv_vo_dev_comm.c676 if ((intf_type & HI_VO_INTF_MIPI) || in vo_drv_is_mipi_intf()