Searched refs:SHORT_BITS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/altera-stapl/
H A Daltera-comp.c15 #define SHORT_BITS 16 macro
24 u32 result = SHORT_BITS;
30 while ((n & (1 << (SHORT_BITS - 1))) == 0) {
52 result &= (0xffff >> (SHORT_BITS - (bits + shift)));

Completed in 155 milliseconds