Home
last modified time | relevance | path

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

/include/linux/
Dlog2.h173 #define roundup_pow_of_two(n) \ macro
/include/sound/
Dsoc.h201 .mask = xitems ? roundup_pow_of_two(xitems) - 1 : 0}