OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_row_shift
(Results
1 - 1
of
1
) 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;
Completed in 13 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025