Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c394 CIF_MIPI_DATA_SEL_DT(emd_dt) | in csi_config()
397 CIF_MIPI_DATA_SEL_DT(emd_dt) | in csi_config()
400 CIF_MIPI_DATA_SEL_DT(emd_dt) | in csi_config()
403 CIF_MIPI_DATA_SEL_DT(emd_dt) | in csi_config()
H A Dregs.h395 #define CIF_MIPI_DATA_SEL_DT(a) (((a) & 0x3F) << 0) macro
H A Drkisp.c418 dev->csi_dev.mipi_di[i] = CIF_MIPI_DATA_SEL_DT(ret) | 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.h386 #define CIF_MIPI_DATA_SEL_DT(a) (((a) & 0x3F) << 0) macro