Searched refs:PCIE_INT_ENABLE_REG (Results 1 – 1 of 1) sorted by relevance
60 #define PCIE_INT_ENABLE_REG 0x180 macro271 val = readl_relaxed(port->base + PCIE_INT_ENABLE_REG); in mtk_pcie_enable_msi()273 writel_relaxed(val, port->base + PCIE_INT_ENABLE_REG); in mtk_pcie_enable_msi()296 val = readl_relaxed(port->base + PCIE_INT_ENABLE_REG); in mtk_pcie_startup_port()298 writel_relaxed(val, port->base + PCIE_INT_ENABLE_REG); in mtk_pcie_startup_port()519 val = readl_relaxed(port->base + PCIE_INT_ENABLE_REG); in mtk_intx_mask()521 writel_relaxed(val, port->base + PCIE_INT_ENABLE_REG); in mtk_intx_mask()532 val = readl_relaxed(port->base + PCIE_INT_ENABLE_REG); in mtk_intx_unmask()534 writel_relaxed(val, port->base + PCIE_INT_ENABLE_REG); in mtk_intx_unmask()910 port->saved_irq_state = readl_relaxed(port->base + PCIE_INT_ENABLE_REG); in mtk_pcie_irq_save()[all …]