Home
last modified time | relevance | path

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

/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c197 .enable_bit = PCI_MSI_FLAGS_ENABLE,
198 .allowed_bits = PCI_MSI_FLAGS_ENABLE,
H A Dconf_space.c301 if (val & PCI_MSI_FLAGS_ENABLE) in xen_pcibk_get_interrupt_type()
/linux/arch/alpha/kernel/
H A Dsys_marvel.c339 if (msg_ctl & PCI_MSI_FLAGS_ENABLE) { in marvel_map_irq()
365 msg_ctl & ~PCI_MSI_FLAGS_ENABLE); in marvel_map_irq()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c263 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_get_msi()
398 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_send_msi_irq()
453 if (!(flags & PCI_MSI_FLAGS_ENABLE)) in cdns_pcie_ep_map_msi_irq()
/linux/drivers/pci/controller/
H A Dpci-loongson.c174 val |= PCI_MSI_FLAGS_ENABLE; in loongson_pci_msi_quirk()
H A Dpcie-rcar-ep.c353 if ((val & PCI_MSI_FLAGS_ENABLE)) { in rcar_pcie_ep_assert_intx()
/linux/include/uapi/linux/
H A Dpci_regs.h316 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c307 reg |= PCI_MSI_FLAGS_ENABLE; in mc_pcie_enable_msi()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c687 if (!(val & PCI_MSI_FLAGS_ENABLE)) in dw_pcie_ep_get_msi()
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1191 flags &= ~PCI_MSI_FLAGS_ENABLE; in vfio_msi_config_write()