Home
last modified time | relevance | path

Searched refs:SW_CSI_RAW_WR_CH_EN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v20.c883 SW_CSI_RAW_WR_CH_EN(vc) | in dmatx3_config_mi()
927 val = SW_CSI_RAW_WR_CH_EN(vc); in dmatx2_config_mi()
971 val = SW_CSI_RAW_WR_CH_EN(vc); in dmatx1_config_mi()
1019 val = SW_CSI_RAW_WR_CH_EN(vc); in dmatx0_config_mi()
H A Dcapture_v21.c832 SW_CSI_RAW_WR_CH_EN(vc) | in dmatx3_config_mi()
880 val = SW_CSI_RAW_WR_CH_EN(vc); in dmatx2_config_mi()
926 val = SW_CSI_RAW_WR_CH_EN(vc); in dmatx0_config_mi()
H A Dregs_v2x.h2408 #define SW_CSI_RAW_WR_CH_EN(a) (((a) & 0xff) << 8) macro