Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/at91/
H A Dclk-sam9x60-pll.c93 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 …]
/openbmc/linux/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 …]
/openbmc/linux/include/linux/clk/
H A Dat91_pmc.h61 #define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */ macro