Symbol: PCI_FLAGS_MWI_OKAY
sys/arch/alpha/pci/apecs.c
184
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/alpha/pci/cia.c
347
PCI_FLAGS_MWI_OKAY;
sys/arch/alpha/pci/dwlpx.c
177
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/alpha/pci/irongate.c
164
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/alpha/pci/lca.c
247
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/alpha/pci/mcpcia.c
189
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/alpha/pci/tsc.c
232
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/amd64/amd64/amd64_mainbus.c
183
PCI_FLAGS_MWI_OKAY;
sys/arch/amd64/amd64/amd64_mainbus.c
213
PCI_FLAGS_MWI_OKAY;
sys/arch/arm/broadcom/bcm53xx_pax.c
261
sc->sc_pba_flags |= PCI_FLAGS_MWI_OKAY;
sys/arch/arm/fdt/acpi_fdt.c
115
PCI_FLAGS_MWI_OKAY;
sys/arch/arm/fdt/pcihost_fdt.c
195
PCI_FLAGS_MWI_OKAY |
sys/arch/arm/gemini/gemini_obio.c
225
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/arm/ixp12x0/ixp12x0.c
178
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/arm/nvidia/tegra_pcie.c
269
PCI_FLAGS_MWI_OKAY |
sys/arch/arm/xscale/becc.c
213
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/arm/xscale/i80312.c
322
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY */;
sys/arch/arm/xscale/i80321.c
290
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/arm/xscale/ixp425.c
110
PCI_FLAGS_MWI_OKAY;
sys/arch/cobalt/dev/gt.c
157
PCI_FLAGS_MRL_OKAY | /*PCI_FLAGS_MRM_OKAY|*/ PCI_FLAGS_MWI_OKAY;
sys/arch/i386/i386/i386_mainbus.c
285
PCI_FLAGS_MWI_OKAY;
sys/arch/i386/i386/i386_mainbus.c
346
PCI_FLAGS_MWI_OKAY;
sys/arch/ia64/ia64/mainbus.c
126
PCI_FLAGS_MWI_OKAY;
sys/arch/mips/rmi/rmixl_pcie.c
397
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/mips/rmi/rmixl_pcix.c
475
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/mips/sibyte/pci/sbbrz.c
203
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/riscv/fdt/pcihost_fdt.c
177
PCI_FLAGS_MWI_OKAY |
sys/arch/sgimips/mace/pci_mace.c
197
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/arch/xen/xen/hypervisor.c
717
PCI_FLAGS_MWI_OKAY;
sys/arch/xen/xen/xpci_xenbus.c
359
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
sys/dev/marvell/gtpci.c
491
pba.pba_flags |= PCI_FLAGS_MWI_OKAY;
sys/dev/pci/if_atw_pci.c
248
if (pa->pa_flags & PCI_FLAGS_MWI_OKAY) /* write invalidate */
sys/dev/pci/if_fxp_pci.c
408
if (pa->pa_flags & PCI_FLAGS_MWI_OKAY)
sys/dev/pci/if_fxp_pci.c
446
if (pa->pa_flags & PCI_FLAGS_MWI_OKAY)
sys/dev/pci/if_sip.c
1183
if (pa->pa_flags & PCI_FLAGS_MWI_OKAY)
sys/dev/pci/if_sip.c
928
if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0 ||
sys/dev/pci/if_ste.c
558
if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0)
sys/dev/pci/if_stge.c
659
if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0)
sys/dev/pci/if_tlp_pci.c
586
if (pa->pa_flags & PCI_FLAGS_MWI_OKAY)
sys/dev/pci/pci.c
158
mwi_enabled = (pba->pba_flags & PCI_FLAGS_MWI_OKAY);
sys/dev/pci/pci.c
412
PCI_FLAGS_MRM_OKAY|PCI_FLAGS_MWI_OKAY);
sys/rump/dev/lib/libpci/pci_at_mainbus.c
84
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;