Lines Matching refs:time_shift
25 return (quot << tc->time_shift) +
26 (rem << tc->time_shift) / tc->time_mult;
37 quot = cyc >> tc->time_shift;
38 rem = cyc & (((u64)1 << tc->time_shift) - 1);
40 ((rem * tc->time_mult) >> tc->time_shift);
53 tc->time_shift = pc->time_shift;
101 event.time_conv.time_shift = tc.time_shift;
121 ret = fprintf(fp, "\n... Time Shift %" PRI_lu64 "\n", tc->time_shift);