Searched refs:RTC_SEC (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/rtc/
H A Drtc-da9063.c29 RTC_SEC = 0, enumerator in enum:__anon440
128 .rtc_data_start = RTC_SEC,
156 .rtc_data_start = RTC_SEC,
172 tm->tm_sec = data[RTC_SEC] & config->rtc_count_sec_mask;
187 data[RTC_SEC] = tm->tm_sec & config->rtc_count_sec_mask;
236 if (!(data[RTC_SEC] & config->rtc_ready_to_read_mask)) {
280 data[RTC_SEC] = 0;
445 data[RTC_SEC] = 0;
467 if (config->rtc_data_start != RTC_SEC) {
H A Drtc-max8925.c17 RTC_SEC = 0, enumerator in enum:__anon584
106 tm->tm_sec = ((buf[RTC_SEC] >> 4) & 0x7) * 10
107 + (buf[RTC_SEC] & 0x0f);
147 buf[RTC_SEC] = (high << 4) + low;
H A Drtc-max8907.c20 RTC_SEC = 0, enumerator in enum:__anon65
74 tm->tm_sec = bcd2bin(regs[RTC_SEC] & 0x7f);
90 regs[RTC_SEC] = bin2bcd(tm->tm_sec);
H A Drtc-max8997.c54 RTC_SEC = 0, enumerator in enum:__anon7935
77 tm->tm_sec = data[RTC_SEC] & 0x7f;
97 data[RTC_SEC] = tm->tm_sec;
269 data[RTC_SEC] |= (1 << ALARM_ENABLE_SHIFT);
304 data[RTC_HOUR], data[RTC_MIN], data[RTC_SEC]);
H A Drtc-max8998.c56 RTC_SEC = 0, enumerator in enum:__anon7936
77 tm->tm_sec = bcd2bin(data[RTC_SEC]);
95 data[RTC_SEC] = bin2bcd(tm->tm_sec);
H A Drtc-rx6110.c85 RTC_SEC = 0, enumerator in enum:__anon208
120 data[RTC_SEC] = bin2bcd(tm->tm_sec);
139 tm->tm_sec = bcd2bin(data[RTC_SEC] & 0x7f);
H A Drtc-s5m.c32 RTC_SEC = 0, enumerator in enum:__anon2616
176 tm->tm_sec = data[RTC_SEC] & 0x7f;
196 data[RTC_SEC] = tm->tm_sec;
494 data[RTC_SEC] |= ALARM_ENABLE_MASK;
H A Drtc-max77686.c52 RTC_SEC = 0, enumerator in enum:__anon140
298 tm->tm_sec = data[RTC_SEC] & mask;
321 data[RTC_SEC] = tm->tm_sec;
573 data[RTC_SEC] |= (1 << ALARM_ENABLE_SHIFT);

Completed in 150 milliseconds