OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipriority
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/cortex/
gicv3.c
175
uint32_t
ipriority
, icfg;
local in function:gicv3_establish_irq
197
ipriority
= gicr_read_4(sc, n, GICR_IPRIORITYRn(is->is_irq / 4));
198
ipriority
&= ~(0xffU << ipriority_shift);
199
ipriority
|= (ipriority_val << ipriority_shift);
200
gicr_write_4(sc, n, GICR_IPRIORITYRn(is->is_irq / 4),
ipriority
);
223
ipriority
= gicd_read_4(sc, GICD_IPRIORITYRn(is->is_irq / 4));
224
ipriority
&= ~(0xffU << ipriority_shift);
225
ipriority
|= (ipriority_val << ipriority_shift);
226
gicd_write_4(sc, GICD_IPRIORITYRn(is->is_irq / 4),
ipriority
);
gicv3.c
175
uint32_t
ipriority
, icfg;
local in function:gicv3_establish_irq
197
ipriority
= gicr_read_4(sc, n, GICR_IPRIORITYRn(is->is_irq / 4));
198
ipriority
&= ~(0xffU << ipriority_shift);
199
ipriority
|= (ipriority_val << ipriority_shift);
200
gicr_write_4(sc, n, GICR_IPRIORITYRn(is->is_irq / 4),
ipriority
);
223
ipriority
= gicd_read_4(sc, GICD_IPRIORITYRn(is->is_irq / 4));
224
ipriority
&= ~(0xffU << ipriority_shift);
225
ipriority
|= (ipriority_val << ipriority_shift);
226
gicd_write_4(sc, GICD_IPRIORITYRn(is->is_irq / 4),
ipriority
);
Completed in 22 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025