Searched refs:bp (Results 1 – 3 of 3) sorted by relevance
248 unsigned int bp; in rt_hw_interrupt_get_prior_group_bits() local250 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()
290 unsigned int bp; in rt_hw_interrupt_get_prior_group_bits() local292 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()
340 unsigned int bp; in rt_hw_interrupt_get_prior_group_bits() local342 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