Home
last modified time | relevance | path

Searched refs:persistent_ts (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/plat-omap/
Dcounter_32k.c53 static struct timespec64 persistent_ts; variable
68 timespec64_add_ns(&persistent_ts, nsecs); in omap_read_persistent_clock64()
70 *ts = persistent_ts; in omap_read_persistent_clock64()
/linux-4.1.27/drivers/clocksource/
Dtegra20_timer.c54 static struct timespec64 persistent_ts; variable
140 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); in tegra_read_persistent_clock64()
141 *ts = persistent_ts; in tegra_read_persistent_clock64()