Searched refs:pllr (Results 1 – 1 of 1) sorted by relevance
93 u32 pllr, icpr; in clk_pll_prepare() local97 pllr = pmc_read(pmc, offset); in clk_pll_prepare()98 div = PLL_DIV(pllr); in clk_pll_prepare()99 mul = PLL_MUL(pllr, layout); in clk_pll_prepare()114 pllr &= ~layout->pllr_mask; in clk_pll_prepare()115 pllr |= layout->pllr_mask & in clk_pll_prepare()119 pmc_write(pmc, offset, pllr); in clk_pll_prepare()