Searched refs:GET_TIME (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Danalog.c141 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0) macro
158 #define GET_TIME(x) rdtscl(x) macro
162 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro
166 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro
172 #define GET_TIME(x) do { x = analog_faketime++; } while(0) macro
243 GET_TIME(now);
256 GET_TIME(now);
376 GET_TIME(t1);
381 GET_TIME(t2);
382 GET_TIME(t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dgameport.c55 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro
93 GET_TIME(t1);
95 GET_TIME(t2);
96 GET_TIME(t3);

Completed in 46 milliseconds