Home
last modified time | relevance | path

Searched refs:CIF_MIPI_DATA_SEL_VC (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c395 CIF_MIPI_DATA_SEL_VC(emd_vc), true); in csi_config()
398 CIF_MIPI_DATA_SEL_VC(emd_vc), true); in csi_config()
401 CIF_MIPI_DATA_SEL_VC(emd_vc), true); in csi_config()
404 CIF_MIPI_DATA_SEL_VC(emd_vc), true); in csi_config()
H A Dregs.h394 #define CIF_MIPI_DATA_SEL_VC(a) (((a) & 0x3) << 6) macro
H A Drkisp.c419 CIF_MIPI_DATA_SEL_VC(vc); in rkisp_update_sensor_info()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Drkisp1.c521 writel(CIF_MIPI_DATA_SEL_DT(in_fmt->mipi_dt) | CIF_MIPI_DATA_SEL_VC(0),
557 writel(CIF_MIPI_DATA_SEL_DT(in_fmt->mipi_dt) | CIF_MIPI_DATA_SEL_VC(0),
560 writel(CIF_MIPI_DATA_SEL_DT(emd_dt) | CIF_MIPI_DATA_SEL_VC(emd_vc),
562 writel(CIF_MIPI_DATA_SEL_DT(emd_dt) | CIF_MIPI_DATA_SEL_VC(emd_vc),
564 writel(CIF_MIPI_DATA_SEL_DT(emd_dt) | CIF_MIPI_DATA_SEL_VC(emd_vc),
566 writel(CIF_MIPI_DATA_SEL_DT(emd_dt) | CIF_MIPI_DATA_SEL_VC(emd_vc),
H A Dregs.h385 #define CIF_MIPI_DATA_SEL_VC(a) (((a) & 0x3) << 6) macro