Lines Matching defs:value
65 u32 value;
119 reg |= 0x3FF << RTC_38X_PERIOD_OFFS; /* Maximum value */
121 reg |= 0x1F << RTC_38X_READ_DELAY_OFFS; /* Maximum value */
152 rtc->val_to_freq[i].value = readl(rtc->regs + rtc_reg);
158 u32 value = rtc->val_to_freq[i].value;
161 if (rtc->val_to_freq[j].value == value) {
169 rtc->val_to_freq[j].value = value;
179 * If a value already has half of the sample this is the most
186 return rtc->val_to_freq[index_max].value;
358 * They give two different formulas for calculating the offset value,