Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/include/asm/
Drtc.h63 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()
Dpdc.h201 unsigned long tod_sec; member
/linux-4.4.14/arch/parisc/kernel/
Dtime.c240 ts->tv_sec = tod_data.tod_sec; in read_persistent_clock()