Home
last modified time | relevance | path

Searched refs:PCI_FLAGS_MRL_OKAY (Results 1 – 8 of 8) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/amd64/
H A Dmainbus.c248 PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | in mainbus_attach()
276 PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | in mainbus_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/dev/lib/libpci/
H A Dpci_at_mainbus.c84 PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;; in RUMP_COMPONENT()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dmainbus.c345 PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | in mainbus_rescan()
406 PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | in mainbus_rescan()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_atw_pci.c245 if (pa->pa_flags & PCI_FLAGS_MRL_OKAY) /* read line */ in atw_pci_attach()
H A Dpcivar.h187 #define PCI_FLAGS_MRL_OKAY 0x04 /* Memory Read Line okay */ macro
H A Dpci.c153 mrl_enabled = (pba->pba_flags & PCI_FLAGS_MRL_OKAY); in pciattach()
387 pa.pa_flags &= ~(PCI_FLAGS_MRL_OKAY| in pci_probe_device()
H A Dif_tlp_pci.c578 if (pa->pa_flags & PCI_FLAGS_MRL_OKAY) in tlp_pci_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/marvell/
H A Dgtpci.c498 pba.pba_flags |= PCI_FLAGS_MRL_OKAY; in gtpci_pci_config()