OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iq80310_ipending
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/iq80310/
iq80310_intr.h
92
extern volatile int
iq80310_ipending
;
101
if ((
iq80310_ipending
& ~IRQ_BITS) & ~new)
115
if ((new & IRQ_BITS) == 0 && (
iq80310_ipending
& IRQ_BITS))
iq80310_intr.c
72
volatile int
iq80310_ipending
;
variable in typeref:typename:volatile int
266
if ((
iq80310_ipending
& ~new) & SI_TO_IRQBIT(si)) { \
267
iq80310_ipending
&= ~SI_TO_IRQBIT(si); \
314
iq80310_ipending
|= SI_TO_IRQBIT(si);
318
if ((
iq80310_ipending
& ~IRQ_BITS) & ~curcpl())
448
iq80310_ipending
|= ibit;
452
iq80310_ipending
&= ~ibit;
481
if ((
iq80310_ipending
& ~IRQ_BITS) & ~ci->ci_cpl) {
492
if ((
iq80310_ipending
& IRQ_BITS) == 0)
Completed in 82 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025