Searched refs:tsc1 (Results 1 – 3 of 3) sorted by relevance
194 unsigned int tsc0, tsc1, tsc2; in TKIPvMixKey() local204 tsc1 = (unsigned int)(pnh % 65536); in TKIPvMixKey()208 p1k[0] = tsc1; in TKIPvMixKey()
196 unsigned int tsc0, tsc1, tsc2; in TKIPvMixKey() local206 tsc1 = (unsigned int)(pnh % 65536); in TKIPvMixKey()210 p1k[0] = tsc1; in TKIPvMixKey()
404 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local455 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()468 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in native_calibrate_tsc()471 tsc2 = (tsc2 - tsc1) * 1000000LL; in native_calibrate_tsc()