Searched refs:AT91_PMC_PLL_UPDT (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/clk/at91/ |
D | clk-sam9x60-pll.c | 93 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set() 128 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set() 136 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set() 164 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare() 173 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare() 260 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, AT91_PMC_PLL_UPDT_ID_MSK, in sam9x60_frac_pll_set_rate_chg() 273 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg() 282 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg() 348 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_set_div() 364 regmap_update_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_set() [all …]
|
/Linux-v6.1/arch/arm/mach-at91/ |
D | pm_suspend.S | 684 ldr tmp2, [pmc, #AT91_PMC_PLL_UPDT] 686 str tmp2, [pmc, #AT91_PMC_PLL_UPDT] 701 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 704 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] 713 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 716 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] 724 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 727 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] 751 ldr tmp1, [pmc, #AT91_PMC_PLL_UPDT] 754 str tmp1, [pmc, #AT91_PMC_PLL_UPDT] [all …]
|
/Linux-v6.1/include/linux/clk/ |
D | at91_pmc.h | 61 #define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */ macro
|