Searched refs:vco_ctrl (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/clk/bcm/
H A Dclk-iproc.h165 struct iproc_pll_vco_ctrl vco_ctrl; member in struct:iproc_pll_ctrl
H A Dclk-ns2.c38 .vco_ctrl = VCO_CTRL_VAL(0x10, 0xc),
101 .vco_ctrl = VCO_CTRL_VAL(0x10, 0xc),
163 .vco_ctrl = VCO_CTRL_VAL(0x10, 0xc),
225 .vco_ctrl = VCO_CTRL_VAL(0x10, 0xc),
H A Dclk-cygnus.c57 .vco_ctrl = VCO_CTRL_VAL(0x18, 0x1c),
115 .vco_ctrl = VCO_CTRL_VAL(0x10, 0x14),
193 .vco_ctrl = VCO_CTRL_VAL(0x18, 0x1c),
272 .vco_ctrl = VCO_CTRL_VAL(0x0c, 0x10),
H A Dclk-iproc-pll.c380 iproc_pll_write(pll, pll->control_base, ctrl->vco_ctrl.u_offset, 0);
382 val = readl(pll->control_base + ctrl->vco_ctrl.l_offset);
392 iproc_pll_write(pll, pll->control_base, ctrl->vco_ctrl.l_offset, val);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c95 u32 vco_ctrl; member in struct:gm20b_clk_dvfs_params
101 .vco_ctrl = 0x7 << 3,
756 if (clk->dvfs_params->vco_ctrl)
758 clk->dvfs_params->vco_ctrl << GPCPLL_CFG3_VCO_CTRL_SHIFT);

Completed in 151 milliseconds