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

/freebsd-13-stable/sys/dev/puc/
H A Dpuc_bfe.h56 struct puc_bar sc_bar[PUC_PCI_BARS]; member in struct:puc_softc
H A Dpuc.c89 while (i < PUC_PCI_BARS && sc->sc_bar[i].b_rid != rid)
92 return (&sc->sc_bar[i]);
230 sc->sc_bar[idx].b_rid = -1;
389 bar = &sc->sc_bar[idx];
436 bar = &sc->sc_bar[idx];
H A Dpucdata.c1793 * The check is for initialization of sc->sc_bar[idx],
1798 if (sc->sc_bar[idx++].b_rid != -1) {

Completed in 44 milliseconds