Home
last modified time | relevance | path

Searched refs:clk_elem (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/
H A Dclk-stm32h7.c434 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 in pll_frac_is_enabled()
735 struct stm32_pll_obj *clk_elem = to_pll(hw); pll_read_frac() local
745 struct stm32_pll_obj *clk_elem = to_pll(hw); pll_fd_recalc_rate() local
[all...]
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c771 struct stm32_pll_obj *clk_elem = to_pll(hw); in __pll_is_enabled() local
773 return readl_relaxed(clk_elem->reg) & PLL_ON; in __pll_is_enabled()
780 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_enable() local
786 spin_lock_irqsave(clk_elem->lock, flags); in pll_enable()
791 reg = readl_relaxed(clk_elem->reg); in pll_enable()
793 writel_relaxed(reg, clk_elem->reg); in pll_enable()
801 bit_status = !(readl_relaxed(clk_elem->reg) & PLL_RDY); in pll_enable()
809 spin_unlock_irqrestore(clk_elem->lock, flags); in pll_enable()
816 struct stm32_pll_obj *clk_elem = to_pll(hw); in pll_disable() local
820 spin_lock_irqsave(clk_elem in pll_disable()
831 struct stm32_pll_obj *clk_elem = to_pll(hw); pll_frac_val() local
844 struct stm32_pll_obj *clk_elem = to_pll(hw); pll_recalc_rate() local
868 struct stm32_pll_obj *clk_elem = to_pll(hw); pll_is_enabled() local
881 struct stm32_pll_obj *clk_elem = to_pll(hw); pll_get_parent() local
[all...]