Searched refs:log2 (Results 1 – 5 of 5) sorted by relevance
40 .equ #fifo_qlen 4 // log2(size of queue entry in bytes)41 .equ #fifo_qnum 3 // log2(max number of entries in queue)49 .equ #rfifo_qlen 4 // log2(size of queue entry in bytes)50 .equ #rfifo_qnum 3 // log2(max number of entries in queue)
146 .equ #proc_qlen 4 // log2(size of queue entry in bytes)147 .equ #proc_qnum 2 // log2(max number of entries in queue)
63 #ifndef log264 #define log2(n) ffz(~(n)) macro299 sb->s_blocksize_bits = log2(osfs->os_bsize); in client_common_fill_super()
2876 unsigned int log2 = fls(mtu); in t3_load_mtus() local2878 if (!(mtu & ((1 << log2) >> 2))) /* round */ in t3_load_mtus()2879 log2--; in t3_load_mtus()2881 (i << 24) | (log2 << 16) | mtu); in t3_load_mtus()
5066 unsigned int log2 = fls(mtu); in t4_load_mtus() local5068 if (!(mtu & ((1 << log2) >> 2))) /* round */ in t4_load_mtus()5069 log2--; in t4_load_mtus()5071 MTUWIDTH_V(log2) | MTUVALUE_V(mtu)); in t4_load_mtus()