Home
last modified time | relevance | path

Searched refs:ISP_DEBAYER_CONTROL (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dhw.c49 ISP_LSC_CTRL, ISP_DEBAYER_CONTROL, ISP_WDR_CTRL, in default_sw_reg_flag()
64 ISP_DEBAYER_CONTROL, ISP21_YNR_GLOBAL_CTRL, in default_sw_reg_flag()
H A Dbridge_v20.c410 size = 4 + ISP_DEBAYER_C_FILTER - ISP_DEBAYER_CONTROL; in dump_dbg_reg()
413 memcpy_fromio(&reg_buf->reg[offset], hw->base_addr + ISP_DEBAYER_CONTROL, size); in dump_dbg_reg()
H A Dprocfs.c51 val = rkisp_read(dev, ISP_DEBAYER_CONTROL, false); in isp20_show()
147 val = rkisp_read(dev, ISP_DEBAYER_CONTROL, false); in isp21_show()
H A Disp_params_v2x.c779 value = rkisp_ioread32(params_vdev, ISP_DEBAYER_CONTROL); in isp_debayer_config()
784 rkisp_iowrite32(params_vdev, value, ISP_DEBAYER_CONTROL); in isp_debayer_config()
824 ISP_DEBAYER_CONTROL, in isp_debayer_enable()
828 ISP_DEBAYER_CONTROL, in isp_debayer_enable()
H A Disp_params_v21.c671 value = rkisp_ioread32(params_vdev, ISP_DEBAYER_CONTROL); in isp_debayer_config()
676 rkisp_iowrite32(params_vdev, value, ISP_DEBAYER_CONTROL); in isp_debayer_config()
716 ISP_DEBAYER_CONTROL, in isp_debayer_enable()
720 ISP_DEBAYER_CONTROL, in isp_debayer_enable()
H A Drkisp.c1650 rkisp_unite_write(dev, ISP_DEBAYER_CONTROL, in rkisp_config_isp()
1658 rkisp_unite_write(dev, ISP_DEBAYER_CONTROL, in rkisp_config_isp()
H A Dregs_v2x.h599 #define ISP_DEBAYER_CONTROL (ISP_DEBAYER_BASE + 0x00000) macro