Searched defs:pps_offset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c184 * pps_offset is the time offset produced by the time median filter
210 int32_t pps_offset = 0; /* pps time offset (us) */ variable
1192 ltemp = pps_offset;
1257 * and phase pps_offset variables are determined by this routine and
1294 v_usec = pps_offset - u_usec;
1304 u_usec = pps_offset;
1320 pps_offset = pps_tf[1]; /* 0 1 2 */
1323 pps_offset = pps_tf[0]; /* 2 0 1 */
1326 pps_offset = pps_tf[2]; /* 0 2 1 */
1331 pps_offset
[all...]

Completed in 56 milliseconds