Searched refs:NO_STM32_DIV (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/clk/stm32/ |
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 …]
|
D | clk-stm32-core.c | 339 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_set_rate() 357 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_round_rate() 384 if (div->div_id == NO_STM32_DIV) in clk_stm32_divider_recalc_rate() 403 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_set_rate() 421 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_recalc_rate() 435 if (composite->div_id == NO_STM32_DIV) in clk_stm32_composite_round_rate()
|
D | clk-stm32-core.h | 44 #define NO_STM32_DIV 0xFFFF macro
|