Searched refs:NO_STM32_DIV (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/clk/stm32/ |
D | clk-stm32mp13.c | 946 .div_id = NO_STM32_DIV, 954 .div_id = NO_STM32_DIV, 962 .div_id = NO_STM32_DIV, 970 .div_id = NO_STM32_DIV, 978 .div_id = NO_STM32_DIV, 986 .div_id = NO_STM32_DIV, 994 .div_id = NO_STM32_DIV, 1002 .div_id = NO_STM32_DIV, 1010 .div_id = NO_STM32_DIV, 1018 .div_id = NO_STM32_DIV, [all …]
|
D | clk-stm32-core.c | 342 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_set_rate() 360 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_round_rate() 387 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_recalc_rate() 406 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_set_rate() 424 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_recalc_rate() 438 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_determine_rate()
|
D | clk-stm32mp25.c | 490 .div_id = NO_STM32_DIV, 502 .div_id = NO_STM32_DIV, 592 .div_id = NO_STM32_DIV, 607 .div_id = NO_STM32_DIV, 616 .div_id = NO_STM32_DIV, 625 .div_id = NO_STM32_DIV, 982 .div_id = NO_STM32_DIV, 989 .div_id = NO_STM32_DIV, 1477 .div_id = NO_STM32_DIV, 1497 .div_id = NO_STM32_DIV, [all …]
|
D | clk-stm32-core.h | 44 #define NO_STM32_DIV 0xFFFF macro
|