Home
last modified time | relevance | path

Searched refs:emd_dt (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c187 u32 emd_vc, emd_dt, mipi_ctrl; in csi_config() local
211 emd_dt = 0; in csi_config()
223 emd_dt = v4l2_ctrl_g_ctrl(ctrl); in csi_config()
227 dev->emd_dt = emd_dt; in csi_config()
394 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 Ddev.h202 unsigned int emd_dt; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Drkisp1.c451 u32 emd_vc, emd_dt; local
475 emd_dt = 0;
487 emd_dt = v4l2_ctrl_g_ctrl(ctrl);
491 dev->emd_dt = emd_dt;
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 Ddev.h160 unsigned int emd_dt; member