Searched refs:kclk (Results 1 – 2 of 2) sorted by relevance
675 struct k210_clk *kclk = to_k210_clk(hw); in k210_clk_enable() local676 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_enable()677 struct k210_clk_cfg *cfg = &k210_clk_cfgs[kclk->id]; in k210_clk_enable()695 struct k210_clk *kclk = to_k210_clk(hw); in k210_clk_disable() local696 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_disable()697 struct k210_clk_cfg *cfg = &k210_clk_cfgs[kclk->id]; in k210_clk_disable()713 struct k210_clk *kclk = to_k210_clk(hw); in k210_clk_set_parent() local714 struct k210_sysclk *ksc = kclk->ksc; in k210_clk_set_parent()715 struct k210_clk_cfg *cfg = &k210_clk_cfgs[kclk->id]; in k210_clk_set_parent()733 struct k210_clk *kclk = to_k210_clk(hw); in k210_clk_get_parent() local[all …]
1094 static const struct composite_clk_cfg kclk[] = { variable1341 for (n = 0; n < ARRAY_SIZE(kclk); n++) { in stm32h7_rcc_init()1342 get_cfg_composite_div(&kernel_clk_cfg, &kclk[n], &c_cfg, in stm32h7_rcc_init()1346 kclk[n].name, in stm32h7_rcc_init()1347 kclk[n].parent_name, in stm32h7_rcc_init()1348 kclk[n].num_parents, in stm32h7_rcc_init()1352 kclk[n].flags); in stm32h7_rcc_init()