Searched refs:AT91_PMC_PLL_CTRL1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/clk/at91/ |
D | clk-sam9x60-pll.c | 90 regmap_read(regmap, AT91_PMC_PLL_CTRL1, &val); in sam9x60_frac_pll_prepare() 105 regmap_write(regmap, AT91_PMC_PLL_CTRL1, in sam9x60_frac_pll_prepare() 436 regmap_read(regmap, AT91_PMC_PLL_CTRL1, &val); in sam9x60_clk_register_frac_pll()
|
/Linux-v5.10/include/linux/clk/ |
D | at91_pmc.h | 41 #define AT91_PMC_PLL_CTRL1 0x10 /* PLL Control Register 1 [for SAM9X60] */ macro
|
/Linux-v5.10/arch/arm/mach-at91/ |
D | pm_suspend.S | 383 ldr tmp2, [pmc, #AT91_PMC_PLL_CTRL1] 449 ldr tmp1, [pmc, #AT91_PMC_PLL_CTRL1] 453 str tmp1, [pmc, #AT91_PMC_PLL_CTRL1]
|