Searched refs:PMC_PLL_UPDT (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/clk/at91/ |
D | clk-sam9x60-pll.c | 33 #define PMC_PLL_UPDT 0x1c macro 76 regmap_write(regmap, PMC_PLL_UPDT, pll->id); in sam9x60_pll_prepare() 111 regmap_update_bits(regmap, PMC_PLL_UPDT, in sam9x60_pll_prepare() 118 regmap_update_bits(regmap, PMC_PLL_UPDT, in sam9x60_pll_prepare() 143 regmap_write(pll->regmap, PMC_PLL_UPDT, pll->id); in sam9x60_pll_unprepare() 148 regmap_update_bits(pll->regmap, PMC_PLL_UPDT, in sam9x60_pll_unprepare() 157 regmap_update_bits(pll->regmap, PMC_PLL_UPDT, in sam9x60_pll_unprepare() 315 regmap_write(regmap, PMC_PLL_UPDT, id); in sam9x60_clk_register_pll()
|