Symbol: PCI_FLAGS_MRL_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
259
sc->sc_pba_flags |= PCI_FLAGS_MRL_OKAY;
sys/arch/arm/fdt/acpi_fdt.c
114
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY |
sys/arch/arm/fdt/pcihost_fdt.c
193
pba.pba_flags = PCI_FLAGS_MRL_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
267
pba.pba_flags = PCI_FLAGS_MRL_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/cobalt/dev/gt.c
157
PCI_FLAGS_MRL_OKAY | /*PCI_FLAGS_MRM_OKAY|*/ PCI_FLAGS_MWI_OKAY;
sys/arch/hpcmips/vr/vrc4172pci.c
206
PCI_FLAGS_MRL_OKAY;
sys/arch/hpcmips/vr/vrpciu.c
324
PCI_FLAGS_MRL_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
175
pba.pba_flags = PCI_FLAGS_MRL_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
490
pba.pba_flags |= PCI_FLAGS_MRL_OKAY;
sys/dev/pci/if_atw_pci.c
244
if (pa->pa_flags & PCI_FLAGS_MRL_OKAY) /* read line */
sys/dev/pci/if_tlp_pci.c
582
if (pa->pa_flags & PCI_FLAGS_MRL_OKAY)
sys/dev/pci/pci.c
156
mrl_enabled = (pba->pba_flags & PCI_FLAGS_MRL_OKAY);
sys/dev/pci/pci.c
411
pa.pa_flags &= ~(PCI_FLAGS_MRL_OKAY|
sys/rump/dev/lib/libpci/pci_at_mainbus.c
84
PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;