Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 19 of 19) sorted by relevance
60 switch (flags & (PCI_MSI_FLAGS_MASKBIT | PCI_MSI_FLAGS_64BIT)) { in msi_cap_sizeof()61 case PCI_MSI_FLAGS_MASKBIT | PCI_MSI_FLAGS_64BIT: in msi_cap_sizeof()63 case PCI_MSI_FLAGS_64BIT: in msi_cap_sizeof()130 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_message()143 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_prepare_message()220 flags |= PCI_MSI_FLAGS_64BIT; in msi_init()285 msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_reset()304 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_is_masked()317 msi_mask_off(dev, flags & PCI_MSI_FLAGS_64BIT)); in msi_is_masked()324 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_mask()[all …]
33 #define XIO3130_MSI_SUPPORTED_FLAGS PCI_MSI_FLAGS_64BIT66 XIO3130_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in xio3130_upstream_realize()
36 #define XIO3130_MSI_SUPPORTED_FLAGS PCI_MSI_FLAGS_64BIT76 XIO3130_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in xio3130_downstream_realize()
70 IOH_EP_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in ioh3420_interrupts_init()
84 CXL_RP_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in cxl_rp_interrupts_init()
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()
192 pos + ((control & PCI_MSI_FLAGS_64BIT) ? 12 : 8), in qib_cache_msi_info()324 ((control & PCI_MSI_FLAGS_64BIT) ? 12 : 8), in qib_reinit_intr()
1068 ((offset) == ((flags) & PCI_MSI_FLAGS_64BIT ? \1159 if (!(s->msi->flags & PCI_MSI_FLAGS_64BIT)) { in xen_pt_msgaddr64_reg_init()1261 if (!(s->msi->flags & PCI_MSI_FLAGS_64BIT)) { in xen_pt_msgaddr64_reg_write()1678 if (msg_ctrl & PCI_MSI_FLAGS_64BIT) { in xen_pt_msi_size_init()
341 if (msg_ctl & PCI_MSI_FLAGS_64BIT) in marvel_map_irq()
290 (PCI_MSI_FLAGS_64BIT << ROCKCHIP_PCIE_EP_MSI_FLAGS_OFFSET); in rockchip_pcie_ep_set_msi()
310 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro
311 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro
1216 if (flags & PCI_MSI_FLAGS_64BIT) { in init_pci_cap_msi_perm()1245 if (flags & PCI_MSI_FLAGS_64BIT) in vfio_msi_cap_len()
240 flags |= PCI_MSI_FLAGS_64BIT; in cdns_pcie_ep_set_msi()
524 has_upper = !!(msg_ctrl & PCI_MSI_FLAGS_64BIT); in dw_pcie_ep_raise_msi_irq()
404 #define PCI_MSI_FLAGS_64BIT 0x80 /* 64-bit addresses allowed */ macro
441 if (dataw & PCI_MSI_FLAGS_64BIT) { in ahci_test_msicap()
1354 msi_64bit = !!(ctrl & PCI_MSI_FLAGS_64BIT); in vfio_msi_setup()