Home
last modified time | relevance | path

Searched refs:ISP_CCM_EN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c785 value &= ISP_CCM_EN; in isp_ccm_config()
830 isp_param_set_bits(params_vdev, ISP_CCM_CTRL, ISP_CCM_EN); in isp_ccm_enable()
832 isp_param_clear_bits(params_vdev, ISP_CCM_CTRL, ISP_CCM_EN); in isp_ccm_enable()
H A Disp_params_v3x.c798 value &= ISP_CCM_EN; in isp_ccm_config()
842 isp3_param_set_bits(params_vdev, ISP3X_CCM_CTRL, ISP_CCM_EN, id); in isp_ccm_enable()
844 isp3_param_clear_bits(params_vdev, ISP3X_CCM_CTRL, ISP_CCM_EN, id); in isp_ccm_enable()
H A Disp_params_v32.c843 value &= ISP_CCM_EN; in isp_ccm_config()
895 isp3_param_set_bits(params_vdev, ISP3X_CCM_CTRL, ISP_CCM_EN); in isp_ccm_enable()
897 isp3_param_clear_bits(params_vdev, ISP3X_CCM_CTRL, ISP_CCM_EN); in isp_ccm_enable()
H A Disp_params_v2x.c879 isp_param_set_bits(params_vdev, ISP_CCM_CTRL, ISP_CCM_EN); in isp_ccm_enable()
881 isp_param_clear_bits(params_vdev, ISP_CCM_CTRL, ISP_CCM_EN); in isp_ccm_enable()
H A Dregs_v2x.h2508 #define ISP_CCM_EN BIT(0) macro