Searched refs:AT91_PMC_PLL_UPDT (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/clk/at91/ |
| D | clk-sam9x60-pll.c | 88 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_prepare() 123 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_prepare() 131 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_prepare() 152 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare() 161 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare() 248 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, AT91_PMC_PLL_UPDT_ID_MSK, in sam9x60_frac_pll_set_rate_chg() 261 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg() 270 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg() 310 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_prepare() 324 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_prepare() [all …]
|
| /Linux-v5.15/arch/arm/mach-at91/ |
| D | pm_suspend.S | 669 ldr tmp2, [pmc, #AT91_PMC_PLL_UPDT] 671 str tmp2, [pmc, #AT91_PMC_PLL_UPDT] 686 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 689 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] 698 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 701 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] 709 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 712 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] 736 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 739 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] [all …]
|
| /Linux-v5.15/include/linux/clk/ |
| D | at91_pmc.h | 59 #define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */ macro
|