Lines Matching defs:sec
90 unsigned long sec;
105 sec = ((unsigned long)buf[5] << 24) | (buf[4] << 16) |
107 rtc_time64_to_tm(sec, tm);
116 unsigned long sec;
119 sec = rtc_tm_to_time64(&alrm->time);
122 buf[2] = sec;
123 buf[3] = sec >> 8;
124 buf[4] = sec >> 16;
125 buf[5] = sec >> 24;
141 unsigned long sec;
160 sec = ((unsigned long)buf[5] << 24) | (buf[4] << 16) |
162 rtc_time64_to_tm(sec, &alrm->time);