Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dprocfs.c311 val = rkisp_read(dev, ISP3X_CAC_CTRL, false); in isp30_show()
539 v0 = rkisp_read(dev, ISP3X_CAC_CTRL, false); in isp30_unite_show()
540 v1 = rkisp_next_read(dev, ISP3X_CAC_CTRL, false); in isp30_unite_show()
701 val = rkisp_read(dev, ISP3X_CAC_CTRL, false); in isp32_show()
H A Dhw.c80 ISP3X_LSC_CTRL, ISP3X_DEBAYER_CONTROL, ISP3X_CAC_CTRL, in default_sw_reg_flag()
97 ISP3X_LSC_CTRL, ISP3X_DEBAYER_CONTROL, ISP3X_CAC_CTRL, in default_sw_reg_flag()
H A Disp_params_v3x.c3603 ctrl = isp3_param_read(params_vdev, ISP3X_CAC_CTRL, id); in isp_cac_config()
3650 isp3_param_write(params_vdev, ctrl, ISP3X_CAC_CTRL, id); in isp_cac_config()
3658 val = isp3_param_read(params_vdev, ISP3X_CAC_CTRL, id); in isp_cac_enable()
3662 isp3_param_write(params_vdev, val, ISP3X_CAC_CTRL, id); in isp_cac_enable()
H A Disp_params_v32.c3687 ctrl = isp3_param_read(params_vdev, ISP3X_CAC_CTRL); in isp_cac_config()
3754 isp3_param_write(params_vdev, ctrl, ISP3X_CAC_CTRL); in isp_cac_config()
3762 val = isp3_param_read(params_vdev, ISP3X_CAC_CTRL); in isp_cac_enable()
3767 isp3_param_write(params_vdev, val, ISP3X_CAC_CTRL); in isp_cac_enable()
H A Dregs_v3x.h748 #define ISP3X_CAC_CTRL (ISP3X_CAC_BASE + 0x00000) macro