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

  /src/sys/dev/fdt/
gpioregulator.c 73 u_int sc_nstates; member in struct:gpioregulator_softc
136 sc->sc_nstates = len / (sizeof(uint32_t) * 2);
138 sc->sc_nstates * sizeof(struct gpioregulator_state), KM_SLEEP);
139 for (n = 0; n < sc->sc_nstates; n++) {
226 for (n = 0; n < sc->sc_nstates; n++)
256 for (n = 0; n < sc->sc_nstates; n++)
gpioregulator.c 73 u_int sc_nstates; member in struct:gpioregulator_softc
136 sc->sc_nstates = len / (sizeof(uint32_t) * 2);
138 sc->sc_nstates * sizeof(struct gpioregulator_state), KM_SLEEP);
139 for (n = 0; n < sc->sc_nstates; n++) {
226 for (n = 0; n < sc->sc_nstates; n++)
256 for (n = 0; n < sc->sc_nstates; n++)

Completed in 25 milliseconds