Home
last modified time | relevance | path

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

/drivers/input/gameport/
Dgameport.c58 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro
128 GET_TIME(t1); in old_gameport_measure_speed()
130 GET_TIME(t2); in old_gameport_measure_speed()
131 GET_TIME(t3); in old_gameport_measure_speed()
/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
185 GET_TIME(x); in get_time()