Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dmv_pci.c330 static uint32_t mv_pcib_hw_cfgread(struct mv_pcib_softc *, u_int, u_int,
1105 mv_pcib_hw_cfgread(struct mv_pcib_softc *sc, u_int bus, u_int slot, in mv_pcib_hw_cfgread() function
1190 vendor = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_VENDOR, in mv_pcib_root_slot()
1192 device = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_DEVICE, in mv_pcib_root_slot()
1209 return (mv_pcib_hw_cfgread(sc, bus, slot, func, reg, bytes)); in mv_pcib_read_config()