OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTCTL_INTPND
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c2410_intr.c
108
while ((irqbits = icreg(
INTCTL_INTPND
)) != 0) {
127
icreg(
INTCTL_INTPND
) = PENDING_CLEAR_MASK & (1 << irqno);
301
icreg(
INTCTL_INTPND
) = ~0;
s3c2440_intr.c
136
while ((irqbits = icreg(
INTCTL_INTPND
)) != 0) {
154
icreg(
INTCTL_INTPND
) = PENDING_CLEAR_MASK & (1 << irqno);
331
icreg(
INTCTL_INTPND
) = ~0;
s3c24x0reg.h
102
#define
INTCTL_INTPND
0x10 /* Interrupt request status */
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026