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