Lines Matching defs:time_offset
117 * time_offset is used by the PLL/FLL to adjust the system time in small
141 int32_t time_offset = 0; /* time offset (us) */
714 if (time_offset == 0)
716 else if (time_offset < 0) {
717 lltemp = -time_offset;
728 time_offset += lltemp;
731 lltemp = time_offset;
742 time_offset -= lltemp;
1198 time_offset = MAXPHASE * SCALE_UPDATE;
1200 time_offset = -(MAXPHASE * SCALE_UPDATE);
1202 time_offset = ltemp * SCALE_UPDATE;
1217 ltemp = ((time_offset / mtemp) * (SCALE_USEC /