Lines Matching refs:clk_elem
434 struct timer_ker *clk_elem = to_timer_ker(hw); in timer_ker_recalc_rate() local
436 u32 dppre_shift = clk_elem->dppre_shift; in timer_ker_recalc_rate()
697 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled() local
698 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_is_enabled()
707 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable() local
708 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_enable()
717 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable() local
718 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_disable()
727 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_is_enabled() local
728 struct stm32_fractional_divider *fd = &clk_elem->div; in pll_frac_is_enabled()
735 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_read_frac() local
736 struct stm32_fractional_divider *fd = &clk_elem->div; in pll_read_frac()
745 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_fd_recalc_rate() local
746 struct stm32_fractional_divider *fd = &clk_elem->div; in pll_fd_recalc_rate()