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

/netbsd-current/sys/dev/sdmmc/
H A Dsdhcvar.h34 int sc_nhosts; member in struct:sdhc_softc
H A Dsdhc.c269 for (size_t host = 0; host < hp->sc->sc_nhosts; host++) {
299 sc->sc_host[sc->sc_nhosts++] = hp;
667 sc->sc_host[--sc->sc_nhosts] = NULL;
678 for (size_t n = 0; n < sc->sc_nhosts; n++) {
731 for (size_t n = 0; n < sc->sc_nhosts; n++) {
760 for (size_t n = 0; n < sc->sc_nhosts; n++) {
793 for (size_t i = 0; i < sc->sc_nhosts; i++) {
2379 for (size_t host = 0; host < sc->sc_nhosts; host++) {

Completed in 157 milliseconds