Searched refs:pllm (Results 1 – 6 of 6) sorted by relevance
40 int pllm; in clk_get() local63 pllm = readl(pll_base + PLLC_PLLM) + 1; in clk_get()66 pll_out *= pllm; in clk_get()
90 writel(pllmult, ®->pllm); in da850_pll_init()
16 int dm365_pll2_init(unsigned long pllm, unsigned long prediv);
18 unsigned int pllm; /* 0x110 */ member
204 dv_reg pllm; member
62 u32 pllm, plld, bwadj; in configure_mult_div() local64 pllm = data->pll_m - 1; in configure_mult_div()69 pllctl_reg_write(data->pll, mult, pllm & PLLM_MULT_LO_MASK); in configure_mult_div()73 pllm << CFG_PLLCTL0_PLLM_SHIFT); in configure_mult_div()
Completed in 10 milliseconds