Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/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-2.6.39/arch/x86/kernel/
Dtsc.c407 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
458 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
471 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in native_calibrate_tsc()
474 tsc2 = (tsc2 - tsc1) * 1000000LL; in native_calibrate_tsc()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_tkip.c593 u32 tsc1; in RTMPTkipMixKey() local
607 tsc1 = (unsigned int)(pnh % 65536); in RTMPTkipMixKey()
611 p1k[0] = tsc1; in RTMPTkipMixKey()
670 tsc1 = (unsigned int)(pnh % 65536); in RTMPTkipMixKey()