Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbits.h11 #define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) macro
/Linux-v4.19/drivers/clk/
Dclk-stm32f4.c793 0 == (table[BIT_ULL_WORD(secondary)] & in stm32f4_rcc_lookup_clk_idx()
798 table[BIT_ULL_WORD(secondary)] &= in stm32f4_rcc_lookup_clk_idx()
802 (BIT_ULL_WORD(secondary) >= 1 ? hweight64(table[1]) : 0) + in stm32f4_rcc_lookup_clk_idx()
803 (BIT_ULL_WORD(secondary) >= 2 ? hweight64(table[2]) : 0); in stm32f4_rcc_lookup_clk_idx()