Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/joystick/
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
/linux-3.4.99/drivers/input/gameport/
Dgameport.c53 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro