OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_EXTINT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c
67
#define
N_EXTINT
(S3C2410_EXTINT_MAX - EXTINT_CASCADE_MIN +1)
81
} sc_handler[
N_EXTINT
];
195
if (extint < 0 ||
N_EXTINT
<= extint)
s3c2440_extint.c
96
#define
N_EXTINT
(S3C2440_EXTINT_MAX - EXTINT_CASCADE_MIN +1)
112
} sc_handler[
N_EXTINT
];
227
if (extint < 0 ||
N_EXTINT
<= extint)
Completed in 16 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025