Home
last modified time | relevance | path

Searched refs:SECS_PER_DAY (Results 1 – 3 of 3) sorted by relevance

/arch/parisc/include/asm/
Drtc.h20 #define SECS_PER_DAY (SECS_PER_HOUR * 24) macro
63 days = tod_data.tod_sec / SECS_PER_DAY; in get_rtc_time()
64 rem = tod_data.tod_sec % SECS_PER_DAY; in get_rtc_time()
/arch/ia64/hp/sim/boot/
Dfw-emu.c40 #define SECS_PER_DAY (SECS_PER_HOUR * 24) macro
59 days = t / SECS_PER_DAY; in offtime()
60 rem = t % SECS_PER_DAY; in offtime()
62 rem += SECS_PER_DAY; in offtime()
65 while (rem >= SECS_PER_DAY) { in offtime()
66 rem -= SECS_PER_DAY; in offtime()
/arch/m68k/mac/
Dmisc.c627 #define SECS_PER_DAY (SECS_PER_HOUR * 24) macro
644 days = time / SECS_PER_DAY; in unmktime()
645 rem = time % SECS_PER_DAY; in unmktime()
648 rem += SECS_PER_DAY; in unmktime()
651 while (rem >= SECS_PER_DAY) { in unmktime()
652 rem -= SECS_PER_DAY; in unmktime()