Searched refs:PCI_MSI_FLAGS_ENABLE (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/pci/msi/
H A Dpcidev_msi.c21 if (ctrl & PCI_MSI_FLAGS_ENABLE) {
23 ctrl & ~PCI_MSI_FLAGS_ENABLE);
H A Dmsi.c276 control &= ~PCI_MSI_FLAGS_ENABLE;
278 control |= PCI_MSI_FLAGS_ENABLE;
515 control |= PCI_MSI_FLAGS_ENABLE |
/linux-master/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)
/linux-master/arch/alpha/kernel/
H A Dsys_marvel.c340 if (msg_ctl & PCI_MSI_FLAGS_ENABLE) {
366 msg_ctl & ~PCI_MSI_FLAGS_ENABLE);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pcie.c317 if (!(control & PCI_MSI_FLAGS_ENABLE)) {
318 control |= PCI_MSI_FLAGS_ENABLE;
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c259 if (!(flags & PCI_MSI_FLAGS_ENABLE))
394 if (!(flags & PCI_MSI_FLAGS_ENABLE))
449 if (!(flags & PCI_MSI_FLAGS_ENABLE))
/linux-master/drivers/net/can/esd/
H A Desd_402_pci-core.c145 if (!(csr & PCI_MSI_FLAGS_ENABLE)) {
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c397 control |= PCI_MSI_FLAGS_ENABLE;
399 control &= ~PCI_MSI_FLAGS_ENABLE;
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-ep.c353 if ((val & PCI_MSI_FLAGS_ENABLE)) {
H A Dpcie-microchip-host.c397 reg |= PCI_MSI_FLAGS_ENABLE;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c727 control |= PCI_MSI_FLAGS_ENABLE;
729 control &= ~PCI_MSI_FLAGS_ENABLE;
/linux-master/include/uapi/linux/
H A Dpci_regs.h308 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c305 if (!(val & PCI_MSI_FLAGS_ENABLE))
H A Dpci-imx6.c1431 val |= PCI_MSI_FLAGS_ENABLE;
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1172 flags &= ~PCI_MSI_FLAGS_ENABLE;
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c9072 ctrl | PCI_MSI_FLAGS_ENABLE);

Completed in 566 milliseconds