PLLM
mult = readl(pll->base + PLLM) & pll->pllm_mask;
writel(mult - 1, pll->base + PLLM);
DEBUG_REG(PLLM),