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()
698 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_is_enabled() local
699 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_is_enabled()
708 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable() local
709 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_enable()
718 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable() local
719 struct clk_hw *_hw = &clk_elem->rgate.gate.hw; in pll_disable()
728 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_frac_is_enabled() local
729 struct stm32_fractional_divider *fd = &clk_elem->div; in pll_frac_is_enabled()
736 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_read_frac() local
737 struct stm32_fractional_divider *fd = &clk_elem->div; in pll_read_frac()
746 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_fd_recalc_rate() local
747 struct stm32_fractional_divider *fd = &clk_elem->div; in pll_fd_recalc_rate()