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

/freebsd-9.3-release/sys/arm/mv/
H A Dmvvar.h49 #define MV_TYPE_PCI 0 macro
H A Dmv_pci.c249 sc->sc_type = MV_TYPE_PCI;
599 if (!sc->sc_type != MV_TYPE_PCI)
623 ca = (sc->sc_type != MV_TYPE_PCI) ?
625 cd = (sc->sc_type != MV_TYPE_PCI) ?
658 ca = (sc->sc_type != MV_TYPE_PCI) ?
660 cd = (sc->sc_type != MV_TYPE_PCI) ?
690 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX);
/freebsd-9.3-release/sys/arm/mv/orion/
H A Dorion.c56 { MV_TYPE_PCI,

Completed in 48 milliseconds