Home
last modified time | relevance | path

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

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