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

/freebsd-10.2-release/sys/dev/puc/
H A Dpuc_bfe.h54 struct puc_bar sc_bar[PUC_PCI_BARS]; member in struct:puc_softc
H A Dpuc.c83 while (i < PUC_PCI_BARS && sc->sc_bar[i].b_rid != rid)
86 return (&sc->sc_bar[i]);
224 sc->sc_bar[idx].b_rid = -1;
384 bar = &sc->sc_bar[idx];
432 bar = &sc->sc_bar[idx];
H A Dpucdata.c1628 * The check is for initialisation of sc->sc_bar[idx], which is
1633 if (sc->sc_bar[idx++].b_rid != -1) {

Completed in 60 milliseconds