Searched refs:pllout (Results 1 – 4 of 4) sorted by relevance
23 u32 pll_cfg0, pll_cfg1, pllout; in decode_frac_pll() local75 pllout = pll_refclk / (divr_val + 1) * 8 * divf_val / in decode_frac_pll()78 return pllout / (pllout_div + 1); in decode_frac_pll()89 u32 pllout; in decode_sscg_pll() local244 pllout = pll_refclk / (divr1 + 1) * sse * (divf1 + 1) / in decode_sscg_pll()247 return pllout / (pllout_div + 1) / div; in decode_sscg_pll()
272 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout, unsigned rate) in clock_set_pllout() argument280 if (pllout + 1 > pll_num_clkouts[clkid]) in clock_set_pllout()289 if (pllout == PLL_OUT2 || pllout == PLL_OUT4) in clock_set_pllout()294 clrsetbits_le32(&pll->pll_out[pllout >> 1], in clock_set_pllout()
76 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout,
91 pll0_pllout: pllout {
Completed in 12 milliseconds