Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbits.h11 #define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) macro
/linux/drivers/clk/
H A Dclk-stm32f4.c1004 0 == (table[BIT_ULL_WORD(secondary)] & in stm32f4_rcc_lookup_clk_idx()
1009 table[BIT_ULL_WORD(secondary)] &= in stm32f4_rcc_lookup_clk_idx()
1013 (BIT_ULL_WORD(secondary) >= 1 ? hweight64(table[1]) : 0) + in stm32f4_rcc_lookup_clk_idx()
1014 (BIT_ULL_WORD(secondary) >= 2 ? hweight64(table[2]) : 0); in stm32f4_rcc_lookup_clk_idx()