Lines Matching refs:pps_offset
184 * pps_offset is the time offset produced by the time median filter
210 int32_t pps_offset = 0; /* pps time offset (us) */
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 = pps_tf[1]; /* 2 1 0 */
1334 pps_offset = pps_tf[0]; /* 1 0 2 */
1337 pps_offset = pps_tf[2]; /* 1 2 0 */