Home
last modified time | relevance | path

Searched refs:AT91_PMC_PLL_UPDT (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/clk/at91/
H A Dclk-sam9x60-pll.c96 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set()
131 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set()
139 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set()
167 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare()
176 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare()
278 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg()
287 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg()
353 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_set_div()
369 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_set()
401 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_unprepare()
[all …]
/linux-6.15/arch/arm/mach-at91/
H A Dpm_suspend.S688 ldr tmp2, [pmc, #AT91_PMC_PLL_UPDT]
690 str tmp2, [pmc, #AT91_PMC_PLL_UPDT]
705 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT]
708 str tmp1, [pmc, #AT91_PMC_PLL_UPDT]
717 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT]
720 str tmp1, [pmc, #AT91_PMC_PLL_UPDT]
728 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT]
731 str tmp1, [pmc, #AT91_PMC_PLL_UPDT]
755 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT]
758 str tmp1, [pmc, #AT91_PMC_PLL_UPDT]
[all …]
/linux-6.15/include/linux/clk/
H A Dat91_pmc.h61 #define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */ macro