/arch/powerpc/platforms/maple/ |
D | time.c | 60 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/ |
D | intersil.c | 50 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/ |
D | time.c | 101 tm.tm_sec = bin2bcd(tm.tm_sec); in chrp_set_rtc_time() 108 chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS); in chrp_set_rtc_time() 152 tm->tm_sec = sec; in chrp_get_rtc_time()
|
/arch/parisc/include/asm/ |
D | rtc.h | 69 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/ |
D | opal-rtc.c | 30 tm->tm_sec = bcd2bin((h_m_s_ms >> 40) & 0xff); in opal_to_tm() 53 tm.tm_hour, tm.tm_min, tm.tm_sec); in opal_get_boot_time() 87 h_m_s_ms |= ((u64)bin2bcd(tm->tm_sec)) << 40; in opal_set_rtc_time()
|
/arch/m68k/bvme6000/ |
D | rtc.c | 55 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()
|
D | config.c | 278 rtc->bcd_sec = bin2bcd(t->tm_sec); in bvme6000_hwclk() 291 t->tm_sec = bcd2bin(rtc->bcd_sec); in bvme6000_hwclk() 300 } while (t->tm_sec != bcd2bin(rtc->bcd_sec)); in bvme6000_hwclk()
|
/arch/powerpc/kernel/ |
D | rtas-rtc.c | 78 rtc_tm->tm_sec = ret[5]; in rtas_get_rtc_time() 96 tm->tm_sec, 0); in rtas_set_rtc_time()
|
/arch/m68k/sun3x/ |
D | time.c | 49 h->sec = bin2bcd(t->tm_sec); in sun3x_hwclk() 59 t->tm_sec = bcd2bin(h->sec); in sun3x_hwclk()
|
/arch/mips/sibyte/swarm/ |
D | rtc_xicor1241.c | 127 tm.tm_sec = bin2bcd(tm.tm_sec); in xicor_set_time() 128 xicor_write(X1241REG_SC, tm.tm_sec); in xicor_set_time()
|
D | rtc_m41t81.c | 159 tm.tm_sec = bin2bcd(tm.tm_sec); in m41t81_set_time() 160 m41t81_write(M41T81REG_SC, tm.tm_sec); in m41t81_set_time()
|
/arch/m68k/atari/ |
D | time.c | 121 val.sec_ones = t->tm_sec % 10; in atari_mste_hwclk() 122 val.sec_tens = t->tm_sec / 10; in atari_mste_hwclk() 149 t->tm_sec = val.sec_ones + val.sec_tens * 10; in atari_mste_hwclk() 180 sec = t->tm_sec; in atari_tt_hwclk() 277 t->tm_sec = sec; in atari_tt_hwclk()
|
/arch/powerpc/include/asm/ |
D | rtc.h | 65 return h.tm_sec; in get_rtc_ss()
|
/arch/m68k/include/asm/ |
D | rtc.h | 59 return h.tm_sec; in get_rtc_ss()
|
/arch/m68k/hp300/ |
D | config.c | 203 t->tm_sec = hp300_rtc_read(RTC_REG_SEC1) * 10 + in hp300_hwclk() 219 hp300_rtc_write(RTC_REG_SEC1, t->tm_sec / 10); in hp300_hwclk() 220 hp300_rtc_write(RTC_REG_SEC2, t->tm_sec % 10); in hp300_hwclk()
|
/arch/m68k/mvme16x/ |
D | rtc.c | 51 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl() 84 sec = rtc_tm.tm_sec; in rtc_ioctl()
|
/arch/m32r/include/asm/ |
D | rtc.h | 47 int tm_sec; member
|
/arch/m68k/mac/ |
D | misc.c | 722 &t->tm_hour, &t->tm_min, &t->tm_sec); in mac_hwclk() 726 t->tm_hour, t->tm_min, t->tm_sec); in mac_hwclk() 732 t->tm_hour, t->tm_min, t->tm_sec); in mac_hwclk() 736 t->tm_hour, t->tm_min, t->tm_sec); in mac_hwclk() 766 now.tm_sec = nowtime % 60; in mac_set_clock_mmss()
|
/arch/m68k/kernel/ |
D | time.c | 79 time.tm_hour, time.tm_min, time.tm_sec); in read_persistent_clock()
|
/arch/m68k/apollo/ |
D | config.c | 215 t->tm_sec=rtc->second; in dn_dummy_hwclk() 223 rtc->second=t->tm_sec; in dn_dummy_hwclk()
|
/arch/m68k/platform/68000/ |
D | timers.c | 131 t->tm_sec = now % 60; in m68328_hwclk()
|
/arch/m68k/q40/ |
D | config.c | 234 Q40_RTC_SECS = bin2bcd(t->tm_sec); in q40_hwclk() 253 t->tm_sec = bcd2bin (Q40_RTC_SECS); in q40_hwclk()
|
/arch/powerpc/platforms/ps3/ |
D | time.c | 34 pr_debug("%s:%d tm_sec %d\n", func, line, tm->tm_sec); in _dump_tm()
|
/arch/mn10300/kernel/ |
D | rtc.c | 34 tm.tm_hour, tm.tm_min, tm.tm_sec); in read_persistent_clock()
|
/arch/m68k/mvme147/ |
D | config.c | 158 t->tm_sec = bcd2int (m147_rtc->bcd_sec); in mvme147_hwclk()
|