Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds