Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c2713 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_hdrdrc_enable()
2910 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_dhaz_enable()
3170 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_ynr_enable()
3255 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_cnr_enable()
3546 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, ISP3X_RAW3D_FST_FRAME, id); in isp_bay3d_enable()
4421 rkisp_next_set_bits(params_vdev->dev, ISP3X_ISP_CTRL1, 0, in rkisp_params_first_cfg_v3x()
4429 rkisp_set_bits(params_vdev->dev, ISP3X_ISP_CTRL1, 0, in rkisp_params_first_cfg_v3x()
4799 value = rkisp_read(dev, ISP3X_ISP_CTRL1, false); in rkisp_params_clear_fstflg()
4801 rkisp_clear_bits(params_vdev->dev, ISP3X_ISP_CTRL1, in rkisp_params_clear_fstflg()
4804 rkisp_clear_bits(params_vdev->dev, ISP3X_ISP_CTRL1, in rkisp_params_clear_fstflg()
[all …]
H A Dprocfs.c335 val = rkisp_read(dev, ISP3X_ISP_CTRL1, true); in isp30_show()
611 v0 = rkisp_read(dev, ISP3X_ISP_CTRL1, true); in isp30_unite_show()
612 v1 = rkisp_next_read(dev, ISP3X_ISP_CTRL1, true); in isp30_unite_show()
791 val = rkisp_read(dev, ISP3X_ISP_CTRL1, true); in isp32_show()
H A Disp_params_v32.c2653 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_hdrdrc_enable()
2848 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_dhaz_enable()
3110 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_ynr_enable()
3205 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, in isp_cnr_enable()
3630 isp3_param_set_bits(params_vdev, ISP3X_ISP_CTRL1, ISP3X_RAW3D_FST_FRAME); in isp_bay3d_enable()
4851 rkisp_set_bits(params_vdev->dev, ISP3X_ISP_CTRL1, 0, in rkisp_params_first_cfg_v32()
5320 u32 value = isp3_param_read(params_vdev, ISP3X_ISP_CTRL1); in rkisp_params_clear_fstflg()
5326 isp3_param_clear_bits(params_vdev, ISP3X_ISP_CTRL1, value); in rkisp_params_clear_fstflg()
H A Drkisp.c546 rkisp_update_regs(dev, ISP3X_ISP_CTRL1, ISP3X_ISP_CTRL1); in rkisp_multi_overflow_hdl()
H A Dregs_v3x.h81 #define ISP3X_ISP_CTRL1 (ISP3X_ISP_BASE + 0x00004) macro