Home
last modified time | relevance | path

Searched refs:ISP21_CNR_CTRL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c3005 value = rkisp_ioread32(params_vdev, ISP21_CNR_CTRL); in isp_cnr_config()
3012 rkisp_iowrite32(params_vdev, value, ISP21_CNR_CTRL); in isp_cnr_config()
3059 cnr_ctrl = rkisp_ioread32(params_vdev, ISP21_CNR_CTRL); in isp_cnr_enable()
3070 rkisp_iowrite32(params_vdev, value, ISP21_CNR_CTRL); in isp_cnr_enable()
H A Dhw.c65 ISP21_CNR_CTRL, ISP21_SHARP_SHARP_EN, ISP_GIC_CONTROL, in default_sw_reg_flag()
H A Dprocfs.c169 val = rkisp_read(dev, ISP21_CNR_CTRL, false); in isp21_show()
H A Dregs_v2x.h654 #define ISP21_CNR_CTRL (ISP21_CNR_BASE + 0x00000) macro