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) \
131 show_name(FIFO_SIZE); in main()
356 #define FIFO_SIZE MAXCOLUMNS+2 /* for nocbreak mode input */ macro1000 int _fifo[FIFO_SIZE]; /* input push-back buffer */1181 MEVENT _sysmouse_fifo[FIFO_SIZE];1191 MEVENT _drv_mouse_fifo[FIFO_SIZE];
130 #define FIFO_SIZE 32 macro187 val = I2S_INTCR_TFT(FIFO_SIZE/2); in rk_i2s_init()188 val |= I2S_INTCR_RFT(FIFO_SIZE/2); in rk_i2s_init()400 if (count > FIFO_SIZE - 1) in rk_i2s_dai_intr()401 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()
328 && sp->_sysmouse_tail < FIFO_SIZE in sysmouse_server()