Searched refs:SC16IS7XX_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
274 #define SC16IS7XX_FIFO_SIZE (64) macro296 unsigned char buf[SC16IS7XX_FIFO_SIZE]; /* Rx buffer. */674 if (txlen > SC16IS7XX_FIFO_SIZE) { in sc16is7xx_handle_tx()677 txlen, SC16IS7XX_FIFO_SIZE); in sc16is7xx_handle_tx()1473 port->fifosize = SC16IS7XX_FIFO_SIZE; in sc16is7xx_setup_channel()1729 .max_raw_read = SC16IS7XX_FIFO_SIZE,1730 .max_raw_write = SC16IS7XX_FIFO_SIZE,