Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.h205 #define EVMAX 0x0c00L /* End of event buffer */ macro
Ddgap.c1849 if (head >= EVMAX - EVSTART || tail >= EVMAX - EVSTART || in dgap_event()
1982 tail = (tail + 4) & (EVMAX - EVSTART - 4); in dgap_event()