Home
last modified time | relevance | path

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

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