Searched refs:PCI_MSI_FLAGS_ENABLE (Results 1 – 18 of 18) sorted by relevance
21 if (ctrl & PCI_MSI_FLAGS_ENABLE) { in pci_msi_init()23 ctrl & ~PCI_MSI_FLAGS_ENABLE); in pci_msi_init()
279 control &= ~PCI_MSI_FLAGS_ENABLE; in pci_msi_set_enable()281 control |= PCI_MSI_FLAGS_ENABLE; in pci_msi_set_enable()524 control |= PCI_MSI_FLAGS_ENABLE | in __pci_restore_msi_state()
197 .enable_bit = PCI_MSI_FLAGS_ENABLE,198 .allowed_bits = PCI_MSI_FLAGS_ENABLE,
301 if (val & PCI_MSI_FLAGS_ENABLE) in xen_pcibk_get_interrupt_type()
339 if (msg_ctl & PCI_MSI_FLAGS_ENABLE) { in marvel_map_irq()365 msg_ctl & ~PCI_MSI_FLAGS_ENABLE); in marvel_map_irq()
317 if (!(control & PCI_MSI_FLAGS_ENABLE)) { in qib_reinit_intr()318 control |= PCI_MSI_FLAGS_ENABLE; in qib_reinit_intr()
256 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_get_msi()391 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_send_msi_irq()446 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_map_msi_irq()
174 val |= PCI_MSI_FLAGS_ENABLE; in loongson_pci_msi_quirk()
353 if ((val & PCI_MSI_FLAGS_ENABLE)) { in rcar_pcie_ep_assert_intx()
397 control |= PCI_MSI_FLAGS_ENABLE; in ath11k_pci_msi_config()399 control &= ~PCI_MSI_FLAGS_ENABLE; in ath11k_pci_msi_config()
145 if (!(csr & PCI_MSI_FLAGS_ENABLE)) { in pci402_set_msiconfig()
308 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
745 control |= PCI_MSI_FLAGS_ENABLE; in ath12k_pci_msi_config()747 control &= ~PCI_MSI_FLAGS_ENABLE; in ath12k_pci_msi_config()
306 reg |= PCI_MSI_FLAGS_ENABLE; in mc_pcie_enable_msi()
321 if (!(val & PCI_MSI_FLAGS_ENABLE)) in dw_pcie_ep_get_msi()
1462 val |= PCI_MSI_FLAGS_ENABLE; in imx_pcie_probe()
1172 flags &= ~PCI_MSI_FLAGS_ENABLE; in vfio_msi_config_write()
9068 ctrl | PCI_MSI_FLAGS_ENABLE); in tg3_restore_pci_state()
Completed in 67 milliseconds