Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpcie-mediatek-gen3.c60 #define PCIE_INT_ENABLE_REG 0x180 macro
271 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 …]