Searched refs:CIF_MIPI_ERR_DPHY (Results 1 – 5 of 5) sorted by relevance
575 writel(CIF_MIPI_FRAME_END | CIF_MIPI_ERR_CSI | CIF_MIPI_ERR_DPHY |1689 if (mis & CIF_MIPI_ERR_DPHY) {1691 writel(val & ~CIF_MIPI_ERR_DPHY, base + CIF_MIPI_IMSC);1706 val |= CIF_MIPI_ERR_DPHY;
418 #define CIF_MIPI_ERR_DPHY (CIF_MIPI_ERR_SOT(0xF) | \ macro
414 CIF_MIPI_ERR_DPHY | CIF_MIPI_SYNC_FIFO_OVFLW(0x0F) | in csi_config()
3924 if (mis & CIF_MIPI_ERR_DPHY) { in rkisp_mipi_isr()3926 writel(val & ~CIF_MIPI_ERR_DPHY, base + CIF_MIPI_IMSC); in rkisp_mipi_isr()3941 val |= CIF_MIPI_ERR_DPHY; in rkisp_mipi_isr()
429 #define CIF_MIPI_ERR_DPHY (CIF_MIPI_ERR_SOT(0xF) | \ macro