Searched refs:dpcl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-capture.c | 553 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_mp_set_data_path() local 555 dpcl = dpcl | RKISP1_CIF_VI_DPCL_CHAN_MODE_MP | in rkisp1_mp_set_data_path() 557 rkisp1_write(cap->rkisp1, dpcl, RKISP1_CIF_VI_DPCL); in rkisp1_mp_set_data_path() 562 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_sp_set_data_path() local 564 dpcl |= RKISP1_CIF_VI_DPCL_CHAN_MODE_SP; in rkisp1_sp_set_data_path() 565 rkisp1_write(cap->rkisp1, dpcl, RKISP1_CIF_VI_DPCL); in rkisp1_sp_set_data_path()
|
H A D | rkisp1-isp.c | 446 u32 dpcl = rkisp1_read(rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_config_path() local 452 dpcl |= RKISP1_CIF_VI_DPCL_IF_SEL_PARALLEL; in rkisp1_config_path() 455 dpcl |= RKISP1_CIF_VI_DPCL_IF_SEL_MIPI; in rkisp1_config_path() 458 rkisp1_write(rkisp1, dpcl, RKISP1_CIF_VI_DPCL); in rkisp1_config_path()
|
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-isp.c | 249 u32 dpcl = rkisp1_read(rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_config_path() local 252 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()
|
H A D | rkisp1-capture.c | 574 u32 dpcl = rkisp1_read(cap->rkisp1, RKISP1_CIF_VI_DPCL); in rkisp1_mp_set_data_path() local 576 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() local 585 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()
|
Completed in 7 milliseconds