Lines Matching refs:c_cfg
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()
1363 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init()
1364 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init()
1365 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()
1370 get_cfg_composite_div(&mco_clk_cfg, &mco_clk[n], &c_cfg, in stm32h7_rcc_init()
1377 c_cfg.mux_hw, c_cfg.mux_ops, in stm32h7_rcc_init()
1378 c_cfg.div_hw, c_cfg.div_ops, in stm32h7_rcc_init()
1379 c_cfg.gate_hw, c_cfg.gate_ops, in stm32h7_rcc_init()