Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dregs.h974 #define CIF_MIPI_LVDS_SW_SEL_LVDS (0x1 << 8) macro
H A Dcapture.c3584 val &= ~CIF_MIPI_LVDS_SW_SEL_LVDS; in rkcif_csi_channel_set()
3592 val |= CIF_MIPI_LVDS_SW_SEL_LVDS; in rkcif_csi_channel_set()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_cif.c2854 val &= ~CIF_MIPI_LVDS_SW_SEL_LVDS; in vehicle_cif_csi_channel_set()