Lines Matching defs:value
93 * the multiplier value.
95 u32 value = readl(base + CPG_PLL0CR);
98 mult = ((value >> 24) & 0x7f) + 1;
99 if (value & BIT(20))
102 u32 value = readl(base + CPG_PLL1CR);
106 mult = ((value >> 24) & 0x7f) + 1;
107 if (value & BIT(7))
110 u32 value, cr;
125 value = readl(base + cr);
126 switch ((value >> 5) & 7) {
151 mult = ((value >> 24) & 0x7f) + 1;