Home
last modified time | relevance | path

Searched refs:tsc1 (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/vt6656/
Dtkip.c194 unsigned int tsc0, tsc1, tsc2; in TKIPvMixKey() local
204 tsc1 = (unsigned int)(pnh % 65536); in TKIPvMixKey()
208 p1k[0] = tsc1; in TKIPvMixKey()
/linux-3.4.99/drivers/staging/vt6655/
Dtkip.c196 unsigned int tsc0, tsc1, tsc2; in TKIPvMixKey() local
206 tsc1 = (unsigned int)(pnh % 65536); in TKIPvMixKey()
210 p1k[0] = tsc1; in TKIPvMixKey()
/linux-3.4.99/arch/x86/kernel/
Dtsc.c404 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
455 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()