Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dprocfs.c262 val = rkisp_read(dev, ISP3X_DEBAYER_CONTROL, false); in isp30_show()
435 v0 = rkisp_read(dev, ISP3X_DEBAYER_CONTROL, false); in isp30_unite_show()
436 v1 = rkisp_next_read(dev, ISP3X_DEBAYER_CONTROL, false); in isp30_unite_show()
724 val = rkisp_read(dev, ISP3X_DEBAYER_CONTROL, 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.c689 value = isp3_param_read(params_vdev, ISP3X_DEBAYER_CONTROL, id); in isp_debayer_config()
694 isp3_param_write(params_vdev, value, ISP3X_DEBAYER_CONTROL, id); in isp_debayer_config()
733 ISP3X_DEBAYER_CONTROL, in isp_debayer_enable()
737 ISP3X_DEBAYER_CONTROL, in isp_debayer_enable()
H A Disp_params_v32.c702 value = isp3_param_read(params_vdev, ISP3X_DEBAYER_CONTROL); in isp_debayer_config()
708 isp3_param_write(params_vdev, value, ISP3X_DEBAYER_CONTROL); in isp_debayer_config()
770 ISP3X_DEBAYER_CONTROL, ISP32_MODULE_EN); in isp_debayer_enable()
773 ISP3X_DEBAYER_CONTROL, ISP32_MODULE_EN); in isp_debayer_enable()
H A Dregs_v3x.h729 #define ISP3X_DEBAYER_CONTROL (ISP3X_DEBAYER_BASE + 0x00000) macro