OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extint
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c
35
*
EXTINT
[8..23] are cascaded to IRQ #5
36
*
EXTINT
[4..7] are cascaded to IRQ #4
37
*
EXTINT
[0..3] are not cascaded and connected directly as IRQ #[0..3].
38
*
EXTINT
[0..3] are handled by main interrupt handler in s3c2410_intr.c.
64
#error "Don't enable ssextio if you don't use
extint
[4..23]."
188
s3c2410_extint_establish(int
extint
, int ipl, int type,
195
if (
extint
< 0 || N_EXTINT <=
extint
)
198
if (
extint
< EXTINT_CASCADE_MIN) {
203
return s3c24x0_intr_establish(
extint
, ipl, type, func, arg)
281
int
extint
= EXTINT_CASCADE_MIN + h - ssextio_softc->sc_handler;
local in function:ssextio_softintr
[
all
...]
s3c2440_extint.c
64
*
EXTINT
[8..23] are cascaded to IRQ #5
65
*
EXTINT
[4..7] are cascaded to IRQ #4
66
*
EXTINT
[0..3] are not cascaded and connected directly as IRQ #[0..3].
67
*
EXTINT
[0..3] are handled by main interrupt handler in s3c2440_intr.c.
93
#error "Don't enable ssextio if you don't use
extint
[4..23]."
220
s3c2440_extint_establish(int
extint
, int ipl, int type,
227
if (
extint
< 0 || N_EXTINT <=
extint
)
230
if (
extint
< EXTINT_CASCADE_MIN) {
235
return s3c24x0_intr_establish(
extint
, ipl, type, func, arg)
313
int
extint
= EXTINT_CASCADE_MIN + h - ssextio_softc->sc_handler;
local in function:ssextio_softintr
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025