Searched refs:c_cfg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/clk/ |
D | clk-stm32h7.c | 1199 struct composite_cfg c_cfg; in stm32h7_rcc_init() local 1320 &c_cfg, &stm32rcc_lock); in stm32h7_rcc_init() 1326 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1327 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1328 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1342 get_cfg_composite_div(&kernel_clk_cfg, &kclk[n], &c_cfg, in stm32h7_rcc_init() 1349 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init() 1350 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init() 1351 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init() 1358 get_cfg_composite_div(&rtc_clk_cfg, &rtc_clk, &c_cfg, &stm32rcc_lock); in stm32h7_rcc_init() [all …]
|