Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dclk-sam9x60-pll.c135 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_frac_pll_set()
170 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, AT91_PMC_PLL_CTRL0_ENPLL, 0); in sam9x60_frac_pll_unprepare()
282 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_frac_pll_set_rate_chg()
349 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_div_pll_set_div()
371 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_set()
404 regmap_update_bits(regmap, AT91_PMC_PLL_CTRL0, in sam9x60_div_pll_unprepare()
425 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_is_prepared()
523 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_set_rate_chg()
579 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_div_pll_notifier_fn()
772 regmap_read(regmap, AT91_PMC_PLL_CTRL0, &val); in sam9x60_clk_register_div_pll()
/linux/arch/arm/mach-at91/
H A Dpm_suspend.S694 ldr tmp2, [pmc, #AT91_PMC_PLL_CTRL0]
711 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
714 str tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
723 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
725 str tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
778 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
786 str tmp1, [pmc, #AT91_PMC_PLL_CTRL0]
/linux/include/linux/clk/
H A Dat91_pmc.h38 #define AT91_PMC_PLL_CTRL0 0x0C /* PLL Control Register 0 [for SAM9X60] */ macro