Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/at91/
Dclk-sam9x60-pll.c132 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_frac_pll_set()
167 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, AT91_PMC_PLL_CTRL0_ENPLL, 0); in sam9x60_frac_pll_unprepare()
277 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_frac_pll_set_rate_chg()
344 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_div_pll_set_div()
366 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_set()
399 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_div_pll_unprepare()
420 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_is_prepared()
512 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_set_rate_chg()
568 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_notifier_fn()
739 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_clk_register_div_pll()
/linux-6.1.9/arch/arm/mach-at91/
Dpm_suspend.S690 ldr tmp2, [pmc, #AT91_PMC_PLL_CTRL0]
707 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
710 str tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
719 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
721 str tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
774 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
782 str tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
/linux-6.1.9/include/linux/clk/
Dat91_pmc.h38 #define AT91_PMC_PLL_CTRL0 0x0C /* PLL Control Register 0 [for SAM9X60] */ macro