Searched refs:TICKS_PER_HOUR (Results 1 – 1 of 1) sorted by relevance
42 #define TICKS_PER_HOUR (32768 * 3600) macro292 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()