Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_pci.c484 sc->sc_type = MV_TYPE_PCI; in mv_pcib_attach()
1110 ca = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgread()
1112 cd = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgread()
1145 ca = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgwrite()
1147 cd = (sc->sc_type != MV_TYPE_PCI) ? in mv_pcib_hw_cfgwrite()
1177 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX); in mv_pcib_maxslots()
H A Dmvvar.h50 #define MV_TYPE_PCI 0 macro