Home
last modified time | relevance | path

Searched refs:NO_STM32_DIV (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/clk/stm32/
Dclk-stm32mp13.c946 .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 …]
Dclk-stm32-core.c342 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()
Dclk-stm32mp25.c490 .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 …]
Dclk-stm32-core.h44 #define NO_STM32_DIV 0xFFFF macro