Home
last modified time | relevance | path

Searched refs:dpcl (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-capture.c668 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_mp_set_data_path() local
670 dpcl = dpcl | RKISP1_CIF_VI_DPCL_CHAN_MODE_MP | in rkisp1_mp_set_data_path()
672 rkisp1_write(cap->rkisp1, RKISP1_CIF_VI_DPCL, dpcl); in rkisp1_mp_set_data_path()
677 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_sp_set_data_path() local
679 dpcl |= RKISP1_CIF_VI_DPCL_CHAN_MODE_SP; in rkisp1_sp_set_data_path()
680 rkisp1_write(cap->rkisp1, RKISP1_CIF_VI_DPCL, dpcl); in rkisp1_sp_set_data_path()
H A Drkisp1-isp.c331 u32 dpcl = rkisp1_read(rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_config_path() local
334 dpcl |= RKISP1_CIF_VI_DPCL_IF_SEL_PARALLEL; in rkisp1_config_path()
336 dpcl |= RKISP1_CIF_VI_DPCL_IF_SEL_MIPI; in rkisp1_config_path()
338 rkisp1_write(rkisp1, RKISP1_CIF_VI_DPCL, dpcl); in rkisp1_config_path()