Searched refs:__fls8 (Results 1 – 4 of 4) sorted by relevance
50 return RBTX4939_IRQ_IOC + __fls8(istat); in rbtx4939_ioc_irqroute()
80 return RBTX4938_IRQ_IOC + __fls8(level3); in toshiba_rbtx4938_irq_nested()
127 return RBTX4927_IRQ_IOC + __fls8(level3); in toshiba_rbtx4927_irq_nested()
67 static inline unsigned int __fls8(unsigned char x) in __fls8() function