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

/linux-master/drivers/rtc/
H A Drtc-rv3028.c89 #define OFFSET_STEP_PPT 953674 macro
484 *offset = DIV_ROUND_CLOSEST(steps * OFFSET_STEP_PPT, 1000);
496 offset = DIV_ROUND_CLOSEST(offset, OFFSET_STEP_PPT);
H A Drtc-rv3032.c104 #define OFFSET_STEP_PPT 238419 macro
382 *offset = DIV_ROUND_CLOSEST(steps * OFFSET_STEP_PPT, 1000);
392 offset = DIV_ROUND_CLOSEST(offset, OFFSET_STEP_PPT);

Completed in 203 milliseconds