Searched refs:PCIE_MSI_INTR0_ENABLE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pci/host/ |
D | pcie-designware.c | 46 #define PCIE_MSI_INTR0_ENABLE 0x828 macro 225 dw_pcie_rd_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, &val); in dw_pcie_msi_clear_irq() 227 dw_pcie_wr_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, val); in dw_pcie_msi_clear_irq() 253 dw_pcie_rd_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, &val); in dw_pcie_msi_set_irq() 255 dw_pcie_wr_own_conf(pp, PCIE_MSI_INTR0_ENABLE + res, 4, val); in dw_pcie_msi_set_irq()
|