Home
last modified time | relevance | path

Searched refs:tm_sec (Results 1 – 25 of 33) sorted by relevance

12

/arch/powerpc/platforms/maple/
Dtime.c60 tm->tm_sec = maple_clock_read(RTC_SECONDS); in maple_get_rtc_time()
66 } while (tm->tm_sec != maple_clock_read(RTC_SECONDS)); in maple_get_rtc_time()
70 tm->tm_sec = bcd2bin(tm->tm_sec); in maple_get_rtc_time()
98 sec = tm->tm_sec; in maple_set_rtc_time()
174 tm.tm_hour, tm.tm_min, tm.tm_sec); in maple_get_boot_time()
/arch/m68k/sun3/
Dintersil.c50 todintersil->second = t->tm_sec; in sun3_hwclk()
57 t->tm_sec = todintersil->csec; in sun3_hwclk()
60 t->tm_sec = todintersil->second; in sun3_hwclk()
/arch/powerpc/platforms/chrp/
Dtime.c103 tm.tm_sec = bin2bcd(tm.tm_sec); in chrp_set_rtc_time()
110 chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS); in chrp_set_rtc_time()
154 tm->tm_sec = sec; in chrp_get_rtc_time()
/arch/parisc/include/asm/
Drtc.h69 wtime->tm_sec = rem % 60; in get_rtc_time()
104 wtime->tm_hour, wtime->tm_min, wtime->tm_sec); in set_rtc_time()
118 return h.tm_sec; in get_rtc_ss()
/arch/powerpc/platforms/powernv/
Dopal-rtc.c33 tm->tm_sec = bcd2bin((h_m_s_ms >> 40) & 0xff); in opal_to_tm()
64 tm.tm_hour, tm.tm_min, tm.tm_sec); in opal_get_boot_time()
/arch/m68k/bvme6000/
Drtc.c55 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
64 } while (wtime.tm_sec != bcd2bin(rtc->bcd_sec)); in rtc_ioctl()
89 sec = rtc_tm.tm_sec; in rtc_ioctl()
Dconfig.c280 rtc->bcd_sec = bin2bcd(t->tm_sec); in bvme6000_hwclk()
293 t->tm_sec = bcd2bin(rtc->bcd_sec); in bvme6000_hwclk()
302 } while (t->tm_sec != bcd2bin(rtc->bcd_sec)); in bvme6000_hwclk()
/arch/powerpc/kernel/
Drtas-rtc.c78 rtc_tm->tm_sec = ret[5]; in rtas_get_rtc_time()
96 tm->tm_sec, 0); in rtas_set_rtc_time()
/arch/m68k/sun3x/
Dtime.c49 h->sec = bin2bcd(t->tm_sec); in sun3x_hwclk()
59 t->tm_sec = bcd2bin(h->sec); in sun3x_hwclk()
/arch/m68k/atari/
Dtime.c133 val.sec_ones = t->tm_sec % 10; in atari_mste_hwclk()
134 val.sec_tens = t->tm_sec / 10; in atari_mste_hwclk()
161 t->tm_sec = val.sec_ones + val.sec_tens * 10; in atari_mste_hwclk()
192 sec = t->tm_sec; in atari_tt_hwclk()
289 t->tm_sec = sec; in atari_tt_hwclk()
/arch/mips/sibyte/swarm/
Drtc_m41t81.c159 tm.tm_sec = bin2bcd(tm.tm_sec); in m41t81_set_time()
160 m41t81_write(M41T81REG_SC, tm.tm_sec); in m41t81_set_time()
Drtc_xicor1241.c127 tm.tm_sec = bin2bcd(tm.tm_sec); in xicor_set_time()
128 xicor_write(X1241REG_SC, tm.tm_sec); in xicor_set_time()
/arch/m68k/hp300/
Dconfig.c205 t->tm_sec = hp300_rtc_read(RTC_REG_SEC1) * 10 + in hp300_hwclk()
221 hp300_rtc_write(RTC_REG_SEC1, t->tm_sec / 10); in hp300_hwclk()
222 hp300_rtc_write(RTC_REG_SEC2, t->tm_sec % 10); in hp300_hwclk()
/arch/powerpc/include/asm/
Drtc.h65 return h.tm_sec; in get_rtc_ss()
/arch/m68k/mvme16x/
Drtc.c51 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
84 sec = rtc_tm.tm_sec; in rtc_ioctl()
/arch/m68k/include/asm/
Drtc.h59 return h.tm_sec; in get_rtc_ss()
/arch/m32r/include/asm/
Drtc.h47 int tm_sec; member
/arch/m68k/mac/
Dmisc.c720 &t->tm_hour, &t->tm_min, &t->tm_sec); in mac_hwclk()
724 t->tm_hour, t->tm_min, t->tm_sec); in mac_hwclk()
730 t->tm_hour, t->tm_min, t->tm_sec); in mac_hwclk()
734 t->tm_hour, t->tm_min, t->tm_sec); in mac_hwclk()
764 now.tm_sec = nowtime % 60; in mac_set_clock_mmss()
/arch/m68k/kernel/
Dtime.c85 time.tm_hour, time.tm_min, time.tm_sec); in read_persistent_clock()
/arch/m68k/apollo/
Dconfig.c219 t->tm_sec=rtc->second; in dn_dummy_hwclk()
227 rtc->second=t->tm_sec; in dn_dummy_hwclk()
/arch/m68k/q40/
Dconfig.c234 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk()
253 t->tm_sec = bcd2bin (Q40_RTC_SECS); in q40_hwclk()
/arch/m68k/68000/
Dtimers.c131 t->tm_sec = now % 60; in m68328_hwclk()
/arch/powerpc/platforms/ps3/
Dtime.c34 pr_debug("%s:%d tm_sec %d\n", func, line, tm->tm_sec); in _dump_tm()
/arch/mn10300/kernel/
Drtc.c34 tm.tm_hour, tm.tm_min, tm.tm_sec); in read_persistent_clock()
/arch/m68k/mvme147/
Dconfig.c163 t->tm_sec = bcd2int (m147_rtc->bcd_sec); in mvme147_hwclk()

12