SHORT_BITS         24 drivers/misc/altera-stapl/altera-comp.c 	u32 result = SHORT_BITS;
SHORT_BITS         30 drivers/misc/altera-stapl/altera-comp.c 		while ((n & (1 << (SHORT_BITS - 1))) == 0) {
SHORT_BITS         52 drivers/misc/altera-stapl/altera-comp.c 			result &= (0xffff >> (SHORT_BITS - (bits + shift)));