Home
last modified time | relevance | path

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

/drivers/input/joystick/
Danalog.c142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TICK_RATE / HZ : 0))) macro
159 #define DELTA(x,y) ((y)-(x)) macro
163 #define DELTA(x,y) ((y)-(x)) macro
169 #define DELTA(x,y) ((y)-(x)) macro
/drivers/input/gameport/
Dgameport.c52 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro