Searched refs:STM32_CLOCK_DIV_SHIFT (Results 1 – 3 of 3) sorted by relevance
27 #define STM32_CLOCK_DIV_SHIFT 12 macro30 #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)
626 uint32_t bus : STM32_CLOCK_DIV_SHIFT;627 uint32_t div : (32 - STM32_CLOCK_DIV_SHIFT);637 GENMASK(STM32_CLOCK_DIV_SHIFT - 1, 0), \639 STM32_CLOCK_DIV_SHIFT, \