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

/freebsd-13-stable/sys/arm/mv/
H A Dmvvar.h52 #define MV_TYPE_PCI 0 macro
H A Dmv_pci.c477 sc->sc_type = MV_TYPE_PCI;
1012 ca = (sc->sc_type != MV_TYPE_PCI) ?
1014 cd = (sc->sc_type != MV_TYPE_PCI) ?
1047 ca = (sc->sc_type != MV_TYPE_PCI) ?
1049 cd = (sc->sc_type != MV_TYPE_PCI) ?
1079 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX);

Completed in 109 milliseconds