Searched refs:const_ilog2 (Results 1 – 5 of 5) sorted by relevance
77 #define const_ilog2(n) \ macro159 const_ilog2(n) : \
45 #define __khwcap_feature(x) const_ilog2(HWCAP_ ## x)79 #define __khwcap2_feature(x) (const_ilog2(HWCAP2_ ## x) + 32)
8 #define SCSI_CMD_FLAG_NAME(name)[const_ilog2(SCMD_##name)] = #name
1014 [const_ilog2((__force __u64)BLIST_##name)] = #name
35 #define size_to_shift(size) ((size) == 1 ? 1 : (const_ilog2((size) - 1) + 1))