HomeSort by: relevance | last modified time | path
    Searched refs:sc_nchips (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
cyvar.h 85 int sc_nchips; /* Number of cd1400's on this card */ member in struct:cy_softc
cy.c 102 sc->sc_nchips = 0;
164 sc->sc_nchips++;
167 if (sc->sc_nchips == 0) {
174 printf("found %d CD1400s\n", sc->sc_nchips);
191 num_chips = sc->sc_nchips;
1071 for (cy_chip = 0; cy_chip < sc->sc_nchips; cy_chip++) {

Completed in 13 milliseconds