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

/freebsd-10-stable/sys/arm/mv/orion/
H A Dorion.c56 { MV_TYPE_PCI,
/freebsd-10-stable/sys/arm/mv/
H A Dmvvar.h51 #define MV_TYPE_PCI 0 macro
H A Dmv_pci.c443 sc->sc_type = MV_TYPE_PCI;
926 if (!sc->sc_type != MV_TYPE_PCI)
950 ca = (sc->sc_type != MV_TYPE_PCI) ?
952 cd = (sc->sc_type != MV_TYPE_PCI) ?
985 ca = (sc->sc_type != MV_TYPE_PCI) ?
987 cd = (sc->sc_type != MV_TYPE_PCI) ?
1017 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX);

Completed in 55 milliseconds