Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/pci/msi/
H A Dpcidev_msi.c26 if (!(ctrl & PCI_MSI_FLAGS_64BIT))
H A Dmsi.c300 desc.pci.msi_attrib.is_64 = !!(control & PCI_MSI_FLAGS_64BIT);
307 if (control & PCI_MSI_FLAGS_64BIT)
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pcie.c192 pos + ((control & PCI_MSI_FLAGS_64BIT) ? 12 : 8),
324 ((control & PCI_MSI_FLAGS_64BIT) ? 12 : 8),
/linux-master/arch/alpha/kernel/
H A Dsys_marvel.c342 if (msg_ctl & PCI_MSI_FLAGS_64BIT)
/linux-master/drivers/pci/controller/
H A Dpcie-rockchip-ep.c282 (PCI_MSI_FLAGS_64BIT << ROCKCHIP_PCIE_EP_MSI_FLAGS_OFFSET);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1212 if (flags & PCI_MSI_FLAGS_64BIT) {
1241 if (flags & PCI_MSI_FLAGS_64BIT)
/linux-master/include/uapi/linux/
H A Dpci_regs.h311 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro
315 #define PCI_MSI_ADDRESS_HI 0x08 /* Upper 32 bits (if PCI_MSI_FLAGS_64BIT set) */
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c473 has_upper = !!(msg_ctrl & PCI_MSI_FLAGS_64BIT);
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c241 flags |= PCI_MSI_FLAGS_64BIT;

Completed in 140 milliseconds