Searched refs:SECS_PER_DAY (Results 1 – 1 of 1) sorted by relevance
30 #define SECS_PER_DAY 86400 macro57 time = tod + ((cpcap->day & DAY_MASK) * SECS_PER_DAY); in cpcap2rtc_time()68 cpcap->day = time / SECS_PER_DAY; in rtc2cpcap_time()69 time %= SECS_PER_DAY; in rtc2cpcap_time()