Searched refs:dpcl (Results 1 – 2 of 2) sorted by relevance
574 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_mp_set_data_path() local576 dpcl = dpcl | RKISP1_CIF_VI_DPCL_CHAN_MODE_MP | in rkisp1_mp_set_data_path()578 rkisp1_write(cap->rkisp1, RKISP1_CIF_VI_DPCL, dpcl); in rkisp1_mp_set_data_path()583 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_sp_set_data_path() local585 dpcl |= RKISP1_CIF_VI_DPCL_CHAN_MODE_SP; in rkisp1_sp_set_data_path()586 rkisp1_write(cap->rkisp1, RKISP1_CIF_VI_DPCL, dpcl); in rkisp1_sp_set_data_path()
249 u32 dpcl = rkisp1_read(rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_config_path() local252 dpcl |= RKISP1_CIF_VI_DPCL_IF_SEL_PARALLEL; in rkisp1_config_path()254 dpcl |= RKISP1_CIF_VI_DPCL_IF_SEL_MIPI; in rkisp1_config_path()256 rkisp1_write(rkisp1, RKISP1_CIF_VI_DPCL, dpcl); in rkisp1_config_path()