Home
last modified time | relevance | path

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

/drivers/pci/controller/dwc/
Dpcie-designware-host.c67 status = dw_pcie_readl_dbi(pci, PCIE_MSI_INTR0_STATUS + in dw_handle_msi_irq()
174 dw_pcie_writel_dbi(pci, PCIE_MSI_INTR0_STATUS + res, BIT(bit)); in dw_pci_bottom_ack()
Dpci-dra7xx.c214 val = dw_pcie_readl_dbi(pci, PCIE_MSI_INTR0_STATUS + in dra7xx_pcie_handle_msi()
454 dw_pcie_writel_dbi(pci, PCIE_MSI_INTR0_STATUS + res, BIT(bit)); in dra7xx_pcie_bottom_ack()
Dpcie-designware.h75 #define PCIE_MSI_INTR0_STATUS 0x830 macro