Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/
H A Dmv_pci.c477 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()
H A Dmvvar.h52 #define MV_TYPE_PCI 0 macro