Searched refs:FIFO_SIZE (Results 1 – 6 of 6) sorted by relevance
50 (head >= FIFO_SIZE-1) \58 ? head = FIFO_SIZE-1 \64 (tail >= FIFO_SIZE-1) \72 ? tail = FIFO_SIZE-1 \78 (peek >= FIFO_SIZE-1) \
134 show_name(FIFO_SIZE); in main()
380 #define FIFO_SIZE MAXCOLUMNS+2 /* for nocbreak mode input */ macro1064 int _fifo[FIFO_SIZE]; /* input push-back buffer */1246 MEVENT _sysmouse_fifo[FIFO_SIZE];1256 MEVENT _drv_mouse_fifo[FIFO_SIZE];
134 #define FIFO_SIZE 32 macro191 val = I2S_INTCR_TFT(FIFO_SIZE/2); in rk_i2s_init()192 val |= I2S_INTCR_RFT(FIFO_SIZE/2); in rk_i2s_init()404 if (count > FIFO_SIZE - 1) in rk_i2s_dai_intr()405 count = FIFO_SIZE - 1; in rk_i2s_dai_intr()
117 #define FIFO_SIZE 64 macro286 while (sc->txidx < sc->txlen && sc->fifocnt < FIFO_SIZE) { in spi_fill_txfifo()
327 && sp->_sysmouse_tail < FIFO_SIZE in sysmouse_server()