Searched refs:SC16IS7XX_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
273 #define SC16IS7XX_FIFO_SIZE (64) macro295 unsigned char buf[SC16IS7XX_FIFO_SIZE]; /* Rx buffer. */673 if (txlen > SC16IS7XX_FIFO_SIZE) { in sc16is7xx_handle_tx()676 txlen, SC16IS7XX_FIFO_SIZE); in sc16is7xx_handle_tx()1487 port->fifosize = SC16IS7XX_FIFO_SIZE; in sc16is7xx_setup_channel()1736 .max_raw_read = SC16IS7XX_FIFO_SIZE,1737 .max_raw_write = SC16IS7XX_FIFO_SIZE,