Searched refs:FIFO_SIZE (Results 1 – 4 of 4) sorted by relevance
49 (head >= FIFO_SIZE-1) \57 ? head = FIFO_SIZE-1 \63 (tail >= FIFO_SIZE-1) \71 ? tail = FIFO_SIZE-1 \77 (peek >= FIFO_SIZE-1) \
293 #define FIFO_SIZE MAXCOLUMNS+2 /* for nocbreak mode input */ macro1011 int _fifo[FIFO_SIZE]; /* input push-back buffer */1161 MEVENT _sysmouse_fifo[FIFO_SIZE];1171 MEVENT _drv_mouse_fifo[FIFO_SIZE];
119 #define FIFO_SIZE 64 macro288 while (sc->txidx < sc->txlen && sc->fifocnt < FIFO_SIZE) { in spi_fill_txfifo()
317 && sp->_sysmouse_tail < FIFO_SIZE in sysmouse_server()