Lines Matching defs:pll_ratio
240 struct pll_ratio {
249 static struct pll_ratio sata_pll_ratio = {
258 static struct pll_ratio pcie_pll_ratio = {
267 static struct pll_ratio usb3_pll_ratio = {
389 struct pll_ratio *pll_ratio)
396 writeb_relaxed(pll_ratio->clk_ref, base + MIPHY_PLL_CLKREF_FREQ);
399 writeb_relaxed(pll_ratio->calset_1, base + MIPHY_PLL_CALSET_1);
400 writeb_relaxed(pll_ratio->calset_2, base + MIPHY_PLL_CALSET_2);
401 writeb_relaxed(pll_ratio->calset_3, base + MIPHY_PLL_CALSET_3);
402 writeb_relaxed(pll_ratio->calset_4, base + MIPHY_PLL_CALSET_4);
403 writeb_relaxed(pll_ratio->cal_ctrl, base + MIPHY_PLL_CALSET_CTRL);
497 struct pll_ratio *pll_ratio)
506 writeb_relaxed(pll_ratio->clk_ref, base + MIPHY_PLL_CLKREF_FREQ);