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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c68 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Danalog.c144 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0) macro
161 #define GET_TIME(x) rdtscl(x) macro
165 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro
171 #define GET_TIME(x) do { x = analog_faketime++; } while(0) macro
[all...]

Completed in 203 milliseconds