Searched refs:STM32_CLOCK_DIV_SHIFT (Results 1 – 3 of 3) sorted by relevance
26 #define STM32_CLOCK_DIV_SHIFT 12 macro29 #define STM32_CLOCK_DIV(div) (((div) - 1) << STM32_CLOCK_DIV_SHIFT)
18 #define STM32_CLOCK_DIV_SHIFT 12 macro21 #define STM32_CLOCK_DIV(div) (((div) - 1) << STM32_CLOCK_DIV_SHIFT)
437 uint32_t bus : STM32_CLOCK_DIV_SHIFT;438 uint32_t div : (32 - STM32_CLOCK_DIV_SHIFT);448 GENMASK(STM32_CLOCK_DIV_SHIFT - 1, 0), \450 STM32_CLOCK_DIV_SHIFT, \