Searched refs:PCIE_MSI_INTR0_ENABLE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pci/host/ |
D | pcie-designware.c | 44 #define PCIE_MSI_INTR0_ENABLE 0x828 macro 205 dw_pcie_rd_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, &val); in dw_pcie_msi_clear_irq() 207 dw_pcie_wr_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, val); in dw_pcie_msi_clear_irq() 233 dw_pcie_rd_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, &val); in dw_pcie_msi_set_irq() 235 dw_pcie_wr_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, val); in dw_pcie_msi_set_irq()
|