Symbol: PCI_FLAGS_MRM_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
346
pba.pba_flags |= PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_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
182
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/amd64/amd64/amd64_mainbus.c
212
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/arm/broadcom/bcm53xx_pax.c
260
sc->sc_pba_flags |= PCI_FLAGS_MRM_OKAY;
sys/arch/arm/fdt/acpi_fdt.c
114
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/arm/fdt/pcihost_fdt.c
194
PCI_FLAGS_MRM_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
268
PCI_FLAGS_MRM_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
109
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/i386/i386/i386_mainbus.c
284
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/i386/i386/i386_mainbus.c
345
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/ia64/ia64/mainbus.c
125
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_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
176
PCI_FLAGS_MRM_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
716
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_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
488
pba.pba_flags |= PCI_FLAGS_MRM_OKAY;
sys/dev/pci/if_atw_pci.c
246
if (pa->pa_flags & PCI_FLAGS_MRM_OKAY) /* read multiple */
sys/dev/pci/if_sip.c
925
if ((pa->pa_flags & PCI_FLAGS_MRM_OKAY) == 0 ||
sys/dev/pci/if_tlp_pci.c
584
if (pa->pa_flags & PCI_FLAGS_MRM_OKAY)
sys/dev/pci/pci.c
157
mrm_enabled = (pba->pba_flags & PCI_FLAGS_MRM_OKAY);
sys/dev/pci/pci.c
412
PCI_FLAGS_MRM_OKAY|PCI_FLAGS_MWI_OKAY);
sys/dev/pci/ppb.c
432
pba.pba_flags = pa->pa_flags & ~PCI_FLAGS_MRM_OKAY;
sys/rump/dev/lib/libpci/pci_at_mainbus.c
84
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;