Searched refs:tsc (Results 1 - 25 of 192) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/touchscreen/
H A Dtps6507x-ts.c60 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) argument
64 err = tsc->mfd->read_dev(tsc->mfd, reg, 1, data);
72 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) argument
74 return tsc->mfd->write_dev(tsc->mfd, reg, 1, &data);
77 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, argument
86 ret = tps6507x_write_u8(tsc, TPS6507X_REG_TSCMODE, tsc_mode);
88 dev_err(tsc->dev, "TSC mode read failed\n");
94 ret = tps6507x_write_u8(tsc, TPS6507X_REG_ADCONFI
136 tps6507x_adc_standby(struct tps6507x_ts *tsc) argument
169 struct tps6507x_ts *tsc = container_of(work, local
240 struct tps6507x_ts *tsc; local
355 struct tps6507x_ts *tsc = tps6507x_dev->ts; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dtps6507x-ts.c60 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) argument
64 err = tsc->mfd->read_dev(tsc->mfd, reg, 1, data);
72 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) argument
74 return tsc->mfd->write_dev(tsc->mfd, reg, 1, &data);
77 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, argument
86 ret = tps6507x_write_u8(tsc, TPS6507X_REG_TSCMODE, tsc_mode);
88 dev_err(tsc->dev, "TSC mode read failed\n");
94 ret = tps6507x_write_u8(tsc, TPS6507X_REG_ADCONFI
136 tps6507x_adc_standby(struct tps6507x_ts *tsc) argument
169 struct tps6507x_ts *tsc = container_of(work, local
240 struct tps6507x_ts *tsc; local
355 struct tps6507x_ts *tsc = tps6507x_dev->ts; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dtimex.h5 #include <asm/tsc.h>
H A Dstackprotector.h38 #include <asm/tsc.h>
62 u64 tsc; local
74 tsc = __native_read_tsc();
75 canary += tsc + (tsc << 32UL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtimex.h5 #include <asm/tsc.h>
H A Dstackprotector.h38 #include <asm/tsc.h>
62 u64 tsc; local
74 tsc = __native_read_tsc();
75 canary += tsc + (tsc << 32UL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rand/
H A Drand_nw.c137 unsigned long tsc; local
159 rdtsc mov tsc, eax} local
161 asm volatile ("rdtsc":"=a" (tsc)::"edx");
164 RAND_add(&tsc, sizeof(tsc), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rand/
H A Drand_nw.c135 unsigned long tsc; local
161 mov tsc, eax local
164 asm volatile("rdtsc":"=a"(tsc)::"edx");
167 RAND_add(&tsc, sizeof(tsc), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rand/
H A Drand_nw.c137 unsigned long tsc; local
159 rdtsc mov tsc, eax} local
161 asm volatile ("rdtsc":"=a" (tsc)::"edx");
164 RAND_add(&tsc, sizeof(tsc), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rand/
H A Drand_nw.c135 unsigned long tsc; local
161 mov tsc, eax local
164 asm volatile("rdtsc":"=a"(tsc)::"edx");
167 RAND_add(&tsc, sizeof(tsc), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rand/
H A Drand_nw.c137 unsigned long tsc; local
159 rdtsc mov tsc, eax} local
161 asm volatile ("rdtsc":"=a" (tsc)::"edx");
164 RAND_add(&tsc, sizeof(tsc), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rand/
H A Drand_nw.c135 unsigned long tsc; local
161 mov tsc, eax local
164 asm volatile("rdtsc":"=a"(tsc)::"edx");
167 RAND_add(&tsc, sizeof(tsc), 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Devent.c19 struct ieee80211_hdr *hdr, const u8 *tsc,
26 keyidx, tsc, gfp);
18 mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx, struct ieee80211_hdr *hdr, const u8 *tsc, gfp_t gfp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Devent.c19 struct ieee80211_hdr *hdr, const u8 *tsc,
26 keyidx, tsc, gfp);
18 mac80211_ev_michael_mic_failure(struct ieee80211_sub_if_data *sdata, int keyidx, struct ieee80211_hdr *hdr, const u8 *tsc, gfp_t gfp) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dtime.c54 unsigned long tsc, tmp; local
59 tsc = 0 - get_cycles(); /* get_cycles() counts down */
65 tsc64.ll = cnt32_to_63(tsc) & 0x7fffffffffffffffULL;
100 unsigned tsc, elapse; local
104 while (tsc = get_cycles(),
105 elapse = mn10300_last_tsc - tsc, /* time elapsed since last
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtime.c54 unsigned long tsc, tmp; local
59 tsc = 0 - get_cycles(); /* get_cycles() counts down */
65 tsc64.ll = cnt32_to_63(tsc) & 0x7fffffffffffffffULL;
100 unsigned tsc, elapse; local
104 while (tsc = get_cycles(),
105 elapse = mn10300_last_tsc - tsc, /* time elapsed since last
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/md4/
H A Dmd4s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/md5/
H A Dmd5s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rc4/
H A Drc4s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rc5/
H A Drc5s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ripemd/asm/
H A Drips.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/times/x86/
H A Dbfs.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Dcasts.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Ddes3s.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;
H A Ddess.cpp14 void GetTSC(unsigned long& tsc) argument
17 : "=eax" (tsc)
23 void GetTSC(unsigned long& tsc) argument
29 tsc=a;

Completed in 275 milliseconds

12345678