OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_token_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/amlogic/
meson_i2c.c
113
u_int
sc_token_index
;
member in struct:mesoni2c_softc
172
sc->
sc_token_index
= 0;
183
if (sc->
sc_token_index
>= MESONI2C_TOKEN_REG_HALF) {
185
pos = sc->
sc_token_index
- MESONI2C_TOKEN_REG_HALF;
188
pos = sc->
sc_token_index
;
191
sc->
sc_token_index
++;
195
return sc->
sc_token_index
== MESONI2C_TOKEN_REG_FULL;
Completed in 47 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026