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

  /src/sys/dev/fdt/
gpioregulator.c 59 u_int st_val; member in struct:gpioregulator_state
140 sc->sc_states[n].st_val = be32toh(pstates[n * 2 + 0]);
227 if (sc->sc_states[n].st_val >= min_uvolt &&
228 sc->sc_states[n].st_val <= max_uvolt) {
258 *puvolt = sc->sc_states[n].st_val;

Completed in 10 milliseconds