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