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

  /src/sys/dev/i2c/
tcakp.c 97 u_int sc_row_shift; member in struct:tcakp_softc
137 return (row << sc->sc_row_shift) + col;
249 sc->sc_row_shift = fls32(sc->sc_cols) - 1;
250 if (sc->sc_row_shift & (sc->sc_cols - 1))
251 sc->sc_row_shift++;
257 const u_int index = (row << sc->sc_row_shift) + col;
tcakp.c 97 u_int sc_row_shift; member in struct:tcakp_softc
137 return (row << sc->sc_row_shift) + col;
249 sc->sc_row_shift = fls32(sc->sc_cols) - 1;
250 if (sc->sc_row_shift & (sc->sc_cols - 1))
251 sc->sc_row_shift++;
257 const u_int index = (row << sc->sc_row_shift) + col;

Completed in 23 milliseconds