Searched refs:pllout (Results 1 – 4 of 4) sorted by relevance
24 u32 pll_cfg0, pll_cfg1, pllout; in decode_frac_pll() local76 pllout = pll_refclk / (divr_val + 1) * 8 * divf_val / in decode_frac_pll()79 return pllout / (pllout_div + 1); in decode_frac_pll()90 u32 pllout; in decode_sscg_pll() local245 pllout = pll_refclk / (divr1 + 1) * sse * (divf1 + 1) / in decode_sscg_pll()248 return pllout / (pllout_div + 1) / div; in decode_sscg_pll()
266 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout, unsigned rate) in clock_set_pllout() argument274 if (pllout + 1 > pll_num_clkouts[clkid]) in clock_set_pllout()283 if (pllout == PLL_OUT2 || pllout == PLL_OUT4) in clock_set_pllout()288 clrsetbits_le32(&pll->pll_out[pllout >> 1], in clock_set_pllout()
75 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout,
95 pll0_pllout: pllout {
Completed in 8 milliseconds