Searched refs:capth (Results 1 – 2 of 2) sorted by relevance
1143 pps->capth = th; in pps_capture()1228 pps->capgen != pps->capth->th_generation || in pps_ref_event()1311 if (pps->ppstc != pps->capth->th_counter) { in pps_ref_event()1312 pps->ppstc = pps->capth->th_counter; in pps_ref_event()1329 bt = pps->capth->th_offset; in pps_ref_event()1330 bintime_addx(&bt, pps->capth->th_scale * (acount - pps->capth->th_offset_count)); in pps_ref_event()1364 if (pps->capgen != pps->capth->th_generation) in pps_ref_event()1392 bintime_addx(&bt, pps->capth->th_scale * dcount); in pps_ref_event()1424 tcount &= pps->capth->th_counter->tc_counter_mask; in pps_ref_event()1447 div *= pps->capth->th_counter->tc_frequency; in pps_ref_event()
149 struct timehands *capth; member