Searched refs:MV_TYPE_PCI (Results 1 – 2 of 2) sorted by relevance
477 sc->sc_type = MV_TYPE_PCI; in mv_pcib_attach()1012 ca = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgread()1014 cd = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgread()1047 ca = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgwrite()1049 cd = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgwrite()1079 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX); in mv_pcib_maxslots()
52 #define MV_TYPE_PCI 0 macro