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

  /src/sys/dev/fdt/
gpioregulator.c 60 u_int st_mask; member in struct:gpioregulator_state
141 sc->sc_states[n].st_mask = be32toh(pstates[n * 2 + 1]);
142 mask |= sc->sc_states[n].st_mask;
236 fdtbus_gpio_write(sc->sc_pins[n], (state->st_mask >> n) & 1);
257 if (sc->sc_states[n].st_mask == mask) {
gpioregulator.c 60 u_int st_mask; member in struct:gpioregulator_state
141 sc->sc_states[n].st_mask = be32toh(pstates[n * 2 + 1]);
142 mask |= sc->sc_states[n].st_mask;
236 fdtbus_gpio_write(sc->sc_pins[n], (state->st_mask >> n) & 1);
257 if (sc->sc_states[n].st_mask == mask) {

Completed in 21 milliseconds