Home
last modified time | relevance | path

Searched refs:IFX_SPI_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Difx6x60.h34 #define IFX_SPI_FIFO_SIZE 4096 macro
Difx6x60.c528 return IFX_SPI_FIFO_SIZE - kfifo_len(&ifx_dev->tx_fifo); in ifx_spi_write_room()
834 if (kfifo_alloc(&ifx_dev->tx_fifo, IFX_SPI_FIFO_SIZE, GFP_KERNEL)) { in ifx_spi_create_port()