Searched refs:tm_hour (Results 1 - 25 of 32) sorted by relevance

12

/arch/m68k/sun3/
H A Dintersil.c48 todintersil->hour = t->tm_hour;
58 t->tm_hour = todintersil->hour;
/arch/mips/sibyte/swarm/
H A Drtc_xicor1241.c151 tm.tm_hour = bin2bcd(tm.tm_hour);
152 tmp = (tmp & ~0x3f) | (tm.tm_hour & 0x3f);
156 if (tm.tm_hour >= 12) {
158 tm.tm_hour -= 12;
160 tm.tm_hour = bin2bcd(tm.tm_hour);
161 tmp |= tm.tm_hour;
H A Drtc_m41t81.c165 tm.tm_hour = bin2bcd(tm.tm_hour);
166 tm.tm_hour = (tm.tm_hour & 0x3f) | (m41t81_read(M41T81REG_HR) & 0xc0);
167 m41t81_write(M41T81REG_HR, tm.tm_hour);
/arch/powerpc/platforms/maple/
H A Dtime.c62 tm->tm_hour = maple_clock_read(RTC_HOURS);
72 tm->tm_hour = bcd2bin(tm->tm_hour);
100 hour = tm->tm_hour;
174 tm.tm_hour, tm.tm_min, tm.tm_sec);
/arch/powerpc/platforms/powernv/
H A Dopal-rtc.c29 tm->tm_hour = bcd2bin((h_m_s_ms >> 56) & 0xff);
62 tm.tm_hour, tm.tm_min, tm.tm_sec);
102 h_m_s_ms |= ((u64)bin2bcd(tm->tm_hour)) << 56;
/arch/m32r/include/asm/
H A Drtc.h49 int tm_hour; member in struct:rtc_time
/arch/powerpc/platforms/chrp/
H A Dtime.c103 tm.tm_hour = bin2bcd(tm.tm_hour);
110 chrp_cmos_clock_write(tm.tm_hour,RTC_HOURS);
154 tm->tm_hour = hour;
/arch/parisc/include/asm/
H A Drtc.h66 wtime->tm_hour = rem / SECS_PER_HOUR;
104 wtime->tm_hour, wtime->tm_min, wtime->tm_sec);
/arch/powerpc/kernel/
H A Drtas-rtc.c80 rtc_tm->tm_hour = ret[3];
95 tm->tm_mday, tm->tm_hour, tm->tm_min,
/arch/m68k/sun3x/
H A Dtime.c51 h->hour = bin2bcd(t->tm_hour);
61 t->tm_hour = bcd2bin(h->hour);
/arch/m68k/bvme6000/
H A Drtc.c57 wtime.tm_hour = bcd2bin(rtc->bcd_hr);
87 hrs = rtc_tm.tm_hour;
H A Dconfig.c282 rtc->bcd_hr = bin2bcd(t->tm_hour);
295 t->tm_hour = bcd2bin(rtc->bcd_hr);
/arch/m68k/mvme16x/
H A Drtc.c53 wtime.tm_hour = bcd2bin(rtc->bcd_hr);
82 hrs = rtc_tm.tm_hour;
/arch/m68k/68000/
H A Dtimers.c129 t->tm_hour = (now >> 24) % 24;
/arch/m68k/atari/
H A Dtime.c125 hour = t->tm_hour;
158 t->tm_hour = hour;
182 hour = t->tm_hour;
279 t->tm_hour = hour;
/arch/m68k/kernel/
H A Dtime.c85 time.tm_hour, time.tm_min, time.tm_sec);
/arch/mn10300/kernel/
H A Drtc.c34 tm.tm_hour, tm.tm_min, tm.tm_sec);
/arch/powerpc/platforms/ps3/
H A Dtime.c36 pr_debug("%s:%d tm_hour %d\n", func, line, tm->tm_hour);
/arch/m68k/hp300/
H A Dconfig.c209 t->tm_hour = (hp300_rtc_read(RTC_REG_HOUR1) & 3) * 10 +
226 ((t->tm_hour / 10) & 3) | RTC_HOUR1_24HMODE);
227 hp300_rtc_write(RTC_REG_HOUR2, t->tm_hour % 10);
/arch/m68k/apollo/
H A Dconfig.c221 t->tm_hour=rtc->hours;
229 rtc->hours=t->tm_hour;
/arch/m68k/q40/
H A Dconfig.c236 Q40_RTC_HOUR = bin2bcd(t->tm_hour);
251 t->tm_hour = bcd2bin (Q40_RTC_HOUR);
/arch/m68k/mac/
H A Dmisc.c720 &t->tm_hour, &t->tm_min, &t->tm_sec);
724 t->tm_hour, t->tm_min, t->tm_sec);
730 t->tm_hour, t->tm_min, t->tm_sec);
734 t->tm_hour, t->tm_min, t->tm_sec);
/arch/m68k/mvme147/
H A Dconfig.c159 t->tm_hour = bcd2int (m147_rtc->bcd_hr);
/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c176 tm->tm_hour, tm->tm_min, tm->tm_sec);
/arch/x86/platform/intel-mid/
H A Dintel_mid_vrtc.c107 vrtc_cmos_write(tm.tm_hour, RTC_HOURS);

Completed in 679 milliseconds

12