HomeSort by: relevance | last modified time | path
    Searched defs:sc_nchannels (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sbus/
qecvar.h 39 int sc_nchannels; /* # of channels on board */ member in struct:qec_softc
  /src/sys/arch/arm/broadcom/
bcm2835_dmac.c 78 int sc_nchannels; member in struct:bcm_dmac_softc
146 sc->sc_nchannels = 32 - __builtin_clz(sc->sc_channelmask);
148 sizeof(*sc->sc_channels) * sc->sc_nchannels, KM_SLEEP);
151 for (index = 0; index < sc->sc_nchannels; index++) {
210 for (index = 0; index < sc->sc_nchannels; index++) {
335 for (index = 0; index < sc->sc_nchannels; index++) {
  /src/sys/dev/ic/
cyvar.h 88 int sc_nchannels; /* total number of ports */ member in struct:cy_softc

Completed in 11 milliseconds