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

/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c315 static uint32_t mv_pcib_hw_cfgread(struct mv_pcib_softc *, u_int, u_int,
940 mv_pcib_hw_cfgread(struct mv_pcib_softc *sc, u_int bus, u_int slot, function
1022 vendor = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_VENDOR,
1024 device = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_DEVICE,
1045 return (mv_pcib_hw_cfgread(sc, bus, slot, func, reg, bytes));

Completed in 112 milliseconds