Searched refs:AT91_PMC_PLL_UPDT (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/at91/ |
| H A D | clk-sam9x60-pll.c | 96 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set() 128 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set() 136 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set() 164 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare() 173 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_unprepare() 266 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, AT91_PMC_PLL_UPDT_ID_MSK, in sam9x60_frac_pll_set_rate_chg() 279 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg() 288 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_frac_pll_set_rate_chg() 357 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_set_div() 373 regmap_write_bits(regmap, AT91_PMC_PLL_UPDT, in sam9x60_div_pll_set() [all …]
|
| /linux/arch/arm/mach-at91/ |
| H A D | pm_suspend.S | 665 ldr tmp2, [pmc, #AT91_PMC_PLL_UPDT] 667 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/include/linux/clk/ |
| H A D | at91_pmc.h | 59 #define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */ macro
|