Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-tps65910.c48 #define PPB_MULT (1000000000LL) macro
293 tmp = calibration * (s64)PPB_MULT; in tps65910_read_offset()
319 tmp -= PPB_MULT / 2LL; in tps65910_set_offset()
321 tmp += PPB_MULT / 2LL; in tps65910_set_offset()
322 tmp = div_s64(tmp, PPB_MULT); in tps65910_set_offset()