Searched refs:CIF_MIPI_CTRL (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | rkisp1.c | 554 writel(mipi_ctrl, base + CIF_MIPI_CTRL); 584 readl(base + CIF_MIPI_CTRL), 746 val = readl(base + CIF_MIPI_CTRL); 748 writel(val & (~CIF_MIPI_CTRL_OUTPUT_ENA), base + CIF_MIPI_CTRL); 767 readl(base + CIF_MIPI_CTRL)); 844 val = readl(base + CIF_MIPI_CTRL); 846 base + CIF_MIPI_CTRL); 871 readl(base + CIF_MIPI_CTRL)); 1712 val = readl(base + CIF_MIPI_CTRL); 1713 writel(val | CIF_MIPI_CTRL_FLUSH_FIFO, base + CIF_MIPI_CTRL);
|
| H A D | regs.h | 1180 #define CIF_MIPI_CTRL (CIF_MIPI_BASE + 0x00000000) macro
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | csi.c | 387 rkisp_write(dev, CIF_MIPI_CTRL, mipi_ctrl, true); in csi_config() 422 rkisp_read(dev, CIF_MIPI_CTRL, true), in csi_config()
|
| H A D | rkisp.c | 2054 val = readl(base + CIF_MIPI_CTRL); in rkisp_isp_stop() 2056 writel(val & (~CIF_MIPI_CTRL_OUTPUT_ENA), base + CIF_MIPI_CTRL); in rkisp_isp_stop() 2179 val = readl(base + CIF_MIPI_CTRL); in rkisp_isp_start() 2181 base + CIF_MIPI_CTRL); in rkisp_isp_start() 3947 val = readl(base + CIF_MIPI_CTRL); in rkisp_mipi_isr() 3948 writel(val | CIF_MIPI_CTRL_FLUSH_FIFO, base + CIF_MIPI_CTRL); in rkisp_mipi_isr()
|
| H A D | regs.h | 1193 #define CIF_MIPI_CTRL (CIF_MIPI_BASE + 0x00000000) macro
|