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

/linux-4.4.14/drivers/misc/altera-stapl/
H A Daltera-comp.c29 #define SHORT_BITS 16 macro
38 u32 result = SHORT_BITS; altera_bits_req()
44 while ((n & (1 << (SHORT_BITS - 1))) == 0) { altera_bits_req()
66 result &= (0xffff >> (SHORT_BITS - (bits + shift))); altera_read_packed()

Completed in 107 milliseconds