Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 9 of 9) sorted by relevance
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()
485 entry->msi_attrib.is_64 = !!(control & PCI_MSI_FLAGS_64BIT); in msi_setup_entry()494 if (control & PCI_MSI_FLAGS_64BIT) in msi_setup_entry()1545 if (!(ctrl & PCI_MSI_FLAGS_64BIT)) in pci_msi_init()
341 if (msg_ctl & PCI_MSI_FLAGS_64BIT) in marvel_map_irq()
310 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro
324 PCI_MSI_FLAGS_64BIT; in rockchip_pcie_ep_set_msi()
396 msg_ctrl |= PCI_MSI_FLAGS_64BIT; in mc_pcie_enable_msi()
1174 if (flags & PCI_MSI_FLAGS_64BIT) { in init_pci_cap_msi_perm()1203 if (flags & PCI_MSI_FLAGS_64BIT) in vfio_msi_cap_len()
241 flags |= PCI_MSI_FLAGS_64BIT; in cdns_pcie_ep_set_msi()
514 has_upper = !!(msg_ctrl & PCI_MSI_FLAGS_64BIT); in dw_pcie_ep_raise_msi_irq()
Completed in 25 milliseconds