Searched refs:c_cfg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/clk/ |
D | clk-stm32h7.c | 1198 struct composite_cfg c_cfg; in stm32h7_rcc_init() local 1319 &c_cfg, &stm32rcc_lock); in stm32h7_rcc_init() 1325 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1326 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1327 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1341 get_cfg_composite_div(&kernel_clk_cfg, &kclk[n], &c_cfg, in stm32h7_rcc_init() 1348 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1349 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1350 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1357 get_cfg_composite_div(&rtc_clk_cfg, &rtc_clk, &c_cfg, &stm32rcc_lock); in stm32h7_rcc_init() [all …]
|