Searched refs:CIF_VI_DPCL (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | regs.h | 769 #define CIF_VI_DPCL (CIF_CTRL_BASE + 0x00000018) macro 1720 u32 dpcl = readl(base + CIF_VI_DPCL); in mp_set_chain_mode() 1723 writel(dpcl, base + CIF_VI_DPCL); in mp_set_chain_mode() 1728 u32 dpcl = readl(base + CIF_VI_DPCL); in sp_set_chain_mode() 1731 writel(dpcl, base + CIF_VI_DPCL); in sp_set_chain_mode() 1736 u32 dpcl = readl(base + CIF_VI_DPCL); in mp_set_data_path() 1739 writel(dpcl, base + CIF_VI_DPCL); in mp_set_data_path() 1744 u32 dpcl = readl(base + CIF_VI_DPCL); in sp_set_data_path() 1747 writel(dpcl, base + CIF_VI_DPCL); in sp_set_data_path()
|
| H A D | rkisp1.c | 597 u32 dpcl = readl(dev->base_addr + CIF_VI_DPCL); 612 writel(dpcl, dev->base_addr + CIF_VI_DPCL);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | bridge.c | 172 rkisp_set_bits(dev->ispdev, CIF_VI_DPCL, 0, in init_buf()
|
| H A D | regs.h | 782 #define CIF_VI_DPCL (CIF_CTRL_BASE + 0x00000018) macro 1795 rkisp_unite_set_bits(dev, CIF_VI_DPCL, 0, dpcl, true, is_unite); in stream_data_path()
|
| H A D | rkisp.c | 1913 rkisp_unite_set_bits(dev, CIF_VI_DPCL, 0, dpcl, true, in rkisp_config_path()
|