OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ngpiopins
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
athnvar.h
500
uint8_t
sc_ngpiopins
;
member in struct:athn_softc
arn5416.c
99
sc->
sc_ngpiopins
= 14;
arn9280.c
86
sc->
sc_ngpiopins
= (sc->sc_flags & ATHN_FLAG_USB) ? 16 : 10;
arn9287.c
99
sc->
sc_ngpiopins
= (sc->sc_flags & ATHN_FLAG_USB) ? 16 : 11;
arn9380.c
104
sc->
sc_ngpiopins
= 17;
arn9285.c
102
sc->
sc_ngpiopins
= (sc->sc_flags & ATHN_FLAG_USB) ? 16 : 12;
arn5008.c
367
KASSERT(pin < sc->
sc_ngpiopins
);
370
return (AR_READ(sc, AR_GPIO_IN_OUT) >> (sc->
sc_ngpiopins
+ pin)) & 1;
378
KASSERT(pin < sc->
sc_ngpiopins
);
arn9003.c
527
KASSERT(pin < sc->
sc_ngpiopins
);
537
KASSERT(pin < sc->
sc_ngpiopins
);
Completed in 18 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025