Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 10 of 10) sorted by relevance
26 if (!(ctrl & PCI_MSI_FLAGS_64BIT)) in pci_msi_init()
299 desc.pci.msi_attrib.is_64 = !!(control & PCI_MSI_FLAGS_64BIT); in msi_setup_msi_desc()306 if (control & PCI_MSI_FLAGS_64BIT) in msi_setup_msi_desc()
200 pos + ((control & PCI_MSI_FLAGS_64BIT) ? 12 : 8), in qib_cache_msi_info()332 ((control & PCI_MSI_FLAGS_64BIT) ? 12 : 8), in qib_reinit_intr()
341 if (msg_ctl & PCI_MSI_FLAGS_64BIT) in marvel_map_irq()
310 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro
323 PCI_MSI_FLAGS_64BIT; in rockchip_pcie_ep_set_msi()
396 msg_ctrl |= PCI_MSI_FLAGS_64BIT; in mc_pcie_enable_msi()
1210 if (flags & PCI_MSI_FLAGS_64BIT) { in init_pci_cap_msi_perm()1239 if (flags & PCI_MSI_FLAGS_64BIT) in vfio_msi_cap_len()
240 flags |= PCI_MSI_FLAGS_64BIT; in cdns_pcie_ep_set_msi()
516 has_upper = !!(msg_ctrl & PCI_MSI_FLAGS_64BIT); in dw_pcie_ep_raise_msi_irq()
Completed in 28 milliseconds