OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ints
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_lradc.c
63
uint32_t
sc_ints
; /* pending interrupts */
member in struct:sunxi_lradc_softc
351
if (sc->
sc_ints
& AWIN_LRADC_INT_KEY0) {
354
if (sc->
sc_ints
& AWIN_LRADC_INT_KEYUP0) {
359
if (sc->
sc_ints
& AWIN_LRADC_INT_KEY1) {
362
if (sc->
sc_ints
& AWIN_LRADC_INT_KEYUP1) {
366
sc->
sc_ints
= 0;
377
sc->
sc_ints
= bus_space_read_4(sc->sc_bst, sc->sc_bsh,
380
sc->
sc_ints
);
Completed in 13 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025