Searched refs:MV_TYPE_PCI (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/mv/orion/
H A Dorion.c56 { MV_TYPE_PCI,
/freebsd-11-stable/sys/arm/mv/
H A Dmvvar.h50 #define MV_TYPE_PCI 0 macro
H A Dmv_pci.c438 sc->sc_type = MV_TYPE_PCI;
921 if (sc->sc_type != MV_TYPE_PCI)
945 ca = (sc->sc_type != MV_TYPE_PCI) ?
947 cd = (sc->sc_type != MV_TYPE_PCI) ?
980 ca = (sc->sc_type != MV_TYPE_PCI) ?
982 cd = (sc->sc_type != MV_TYPE_PCI) ?
1012 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX);

Completed in 136 milliseconds