Searched refs:NO_STM32_DIV (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp13.c | 944 .div_id = NO_STM32_DIV, 952 .div_id = NO_STM32_DIV, 960 .div_id = NO_STM32_DIV, 968 .div_id = NO_STM32_DIV, 976 .div_id = NO_STM32_DIV, 984 .div_id = NO_STM32_DIV, 992 .div_id = NO_STM32_DIV, 1000 .div_id = NO_STM32_DIV, 1008 .div_id = NO_STM32_DIV, 1016 .div_id = NO_STM32_DIV, [all …]
|
H A D | clk-stm32-core.c | 340 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_set_rate() 358 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_round_rate() 385 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_recalc_rate() 404 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_set_rate() 422 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_recalc_rate() 436 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_determine_rate()
|
H A D | clk-stm32-core.h | 44 #define NO_STM32_DIV 0xFFFF macro
|