OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aic_irqs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/at91/
at91aic.c
103
at91_set_intrmask(uint32_t
aic_irqs
)
105
AICREG(AIC_IDCR) =
aic_irqs
;
106
AICREG(AIC_IECR) = aic_intr_enabled & ~
aic_irqs
;
146
int
aic_irqs
= 0;
local in function:at91aic_calculate_masks
149
aic_irqs
|= (1U << irq);
151
aic_imask[ipl] =
aic_irqs
;
at91aic.c
103
at91_set_intrmask(uint32_t
aic_irqs
)
105
AICREG(AIC_IDCR) =
aic_irqs
;
106
AICREG(AIC_IECR) = aic_intr_enabled & ~
aic_irqs
;
146
int
aic_irqs
= 0;
local in function:at91aic_calculate_masks
149
aic_irqs
|= (1U << irq);
151
aic_imask[ipl] =
aic_irqs
;
Completed in 21 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025