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

  /src/sys/dev/fdt/
gpioregulator.c 72 struct gpioregulator_state *sc_states; member in struct:gpioregulator_softc
137 sc->sc_states = kmem_zalloc(
140 sc->sc_states[n].st_val = be32toh(pstates[n * 2 + 0]);
141 sc->sc_states[n].st_mask = be32toh(pstates[n * 2 + 1]);
142 mask |= sc->sc_states[n].st_mask;
227 if (sc->sc_states[n].st_val >= min_uvolt &&
228 sc->sc_states[n].st_val <= max_uvolt) {
229 state = &sc->sc_states[n];
257 if (sc->sc_states[n].st_mask == mask) {
258 *puvolt = sc->sc_states[n].st_val
    [all...]
gpioregulator.c 72 struct gpioregulator_state *sc_states; member in struct:gpioregulator_softc
137 sc->sc_states = kmem_zalloc(
140 sc->sc_states[n].st_val = be32toh(pstates[n * 2 + 0]);
141 sc->sc_states[n].st_mask = be32toh(pstates[n * 2 + 1]);
142 mask |= sc->sc_states[n].st_mask;
227 if (sc->sc_states[n].st_val >= min_uvolt &&
228 sc->sc_states[n].st_val <= max_uvolt) {
229 state = &sc->sc_states[n];
257 if (sc->sc_states[n].st_mask == mask) {
258 *puvolt = sc->sc_states[n].st_val
    [all...]

Completed in 33 milliseconds