Searched refs:adpll (Results 1 – 1 of 1) sorted by relevance
244 read_clkctrl = readl(&adpll->clkctrl); in pll_config()251 read_clkctrl = readl(&adpll->clkctrl); in pll_config()259 read_clkctrl = readl(&adpll->clkctrl) & in pll_config()263 writel(m2nval, &adpll->m2ndiv); in pll_config()264 writel(mn2val, &adpll->mn2div); in pll_config()268 writel(sig_val, &adpll->fracdiv); in pll_config()269 writel((read_clkctrl | hs_mod), &adpll->clkctrl); in pll_config()273 writel(ADPLLJ_TENABLEDIV_ENB, &adpll->tenablediv); in pll_config()277 writel(ADPLLJ_TENABLE_ENB, &adpll->tenable); in pll_config()278 writel(~ADPLLJ_TENABLE_ENB, &adpll->tenable); in pll_config()[all …]
Completed in 5 milliseconds