Lines Matching defs:value
64 u32 value;
118 reg |= 0x3FF << RTC_38X_PERIOD_OFFS; /* Maximum value */
120 reg |= 0x1F << RTC_38X_READ_DELAY_OFFS; /* Maximum value */
151 rtc->val_to_freq[i].value = readl(rtc->regs + rtc_reg);
157 u32 value = rtc->val_to_freq[i].value;
160 if (rtc->val_to_freq[j].value == value) {
168 rtc->val_to_freq[j].value = value;
178 * If a value already has half of the sample this is the most
185 return rtc->val_to_freq[index_max].value;
357 * They give two different formulas for calculating the offset value,