Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 3 of 3) sorted by relevance

/libcpu/arm/cortex-r52/
A Dinterrupt.c248 unsigned int bp; in rt_hw_interrupt_get_prior_group_bits() local
250 bp = arm_gic_get_binary_point(0) & 0x07; in rt_hw_interrupt_get_prior_group_bits()
252 return (7 - bp); in rt_hw_interrupt_get_prior_group_bits()
/libcpu/arm/cortex-a/
A Dinterrupt.c290 unsigned int bp; in rt_hw_interrupt_get_prior_group_bits() local
292 bp = arm_gic_get_binary_point(0) & 0x07; in rt_hw_interrupt_get_prior_group_bits()
294 return (7 - bp); in rt_hw_interrupt_get_prior_group_bits()
/libcpu/aarch64/common/
A Dinterrupt.c340 unsigned int bp; in rt_hw_interrupt_get_prior_group_bits() local
342 bp = arm_gic_get_binary_point(0) & 0x07; in rt_hw_interrupt_get_prior_group_bits()
344 return (7 - bp); in rt_hw_interrupt_get_prior_group_bits()

Completed in 4 milliseconds