Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/clocksource/
Dtegra20_timer.c54 static struct timespec64 persistent_ts; variable
144 timespec64_add_ns(&persistent_ts, delta * NSEC_PER_MSEC); in tegra_read_persistent_clock64()
145 *ts = persistent_ts; in tegra_read_persistent_clock64()