OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ixp425_ipending
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
ixp425_intr.h
66
extern volatile int
ixp425_ipending
;
74
hwpend = (
ixp425_ipending
& IXP425_INT_HWMASK) & ~ixp425_imask[ipl];
ixp425_intr.c
94
volatile int
ixp425_ipending
;
variable in typeref:typename:volatile int
414
ixp425_ipending
|= ibit;
418
ixp425_ipending
&= ~ibit;
453
hwpend |= ((
ixp425_ipending
& IXP425_INT_HWMASK) & ~imask);
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025