Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/
Danalog.c146 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0) macro
163 #define GET_TIME(x) rdtscl(x) macro
167 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro
173 #define GET_TIME(x) do { x = analog_faketime++; } while(0) macro
/linux-4.1.27/drivers/input/gameport/
Dgameport.c58 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro