Lines Matching refs:value
165 * Since this value might be dependent of external xtal rate, pll1
167 * "super" safe value.
555 u32 value;
571 * the multiplier value.
573 value = readl(base + CPG_PLL0CR);
574 mult = (((value >> 24) & 0x7f) + 1) * 2;
589 * the multiplier value.
591 value = readl(base + CPG_PLL2CR);
592 mult = (((value >> 24) & 0x7f) + 1) * 2;
607 * the multiplier value.
609 value = readl(base + CPG_PLL4CR);
610 mult = (((value >> 24) & 0x7f) + 1) * 2;
633 value = readl(csn->reg) & 0x3f;
637 value |= CPG_RCKCR_CKSEL;
640 writel(value, csn->reg);