Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbits.h12 #define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) macro
/openbmc/linux/tools/include/linux/
H A Dbits.h12 #define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) macro
/openbmc/u-boot/include/linux/
H A Dbitops.h14 #define BIT_ULL_WORD(nr) ((nr) / BITS_PER_LONG_LONG) macro
/openbmc/linux/drivers/clk/
H A Dclk-stm32f4.c861 0 == (table[BIT_ULL_WORD(secondary)] & in stm32f4_rcc_lookup_clk_idx()
866 table[BIT_ULL_WORD(secondary)] &= in stm32f4_rcc_lookup_clk_idx()
870 (BIT_ULL_WORD(secondary) >= 1 ? hweight64(table[1]) : 0) + in stm32f4_rcc_lookup_clk_idx()
871 (BIT_ULL_WORD(secondary) >= 2 ? hweight64(table[2]) : 0); in stm32f4_rcc_lookup_clk_idx()