Home
last modified time | relevance | path

Searched refs:TICKS_PER_HOUR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-tps65910.c41 #define TICKS_PER_HOUR (32768 * 3600) macro
291 tmp -= TICKS_PER_HOUR / 2LL; in tps65910_read_offset()
293 tmp += TICKS_PER_HOUR / 2LL; in tps65910_read_offset()
294 tmp = div_s64(tmp, TICKS_PER_HOUR); in tps65910_read_offset()
313 tmp = offset * (s64)TICKS_PER_HOUR; in tps65910_set_offset()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-tps65910.c42 #define TICKS_PER_HOUR (32768 * 3600) macro
292 tmp -= TICKS_PER_HOUR / 2LL; in tps65910_read_offset()
294 tmp += TICKS_PER_HOUR / 2LL; in tps65910_read_offset()
295 tmp = div_s64(tmp, TICKS_PER_HOUR); in tps65910_read_offset()
314 tmp = offset * (s64)TICKS_PER_HOUR; in tps65910_set_offset()

Completed in 2 milliseconds