Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-stm32f4.c271 0 == (table[BIT_ULL_WORD(secondary)] & in stm32f4_rcc_lookup_clk_idx()
276 table[BIT_ULL_WORD(secondary)] &= in stm32f4_rcc_lookup_clk_idx()
280 (BIT_ULL_WORD(secondary) >= 1 ? hweight64(table[1]) : 0) + in stm32f4_rcc_lookup_clk_idx()
281 (BIT_ULL_WORD(secondary) >= 2 ? hweight64(table[2]) : 0); in stm32f4_rcc_lookup_clk_idx()
/linux-4.4.14/include/linux/
Dbitops.h11 #define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) macro