Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Difx6x60.h20 #define IFX_SPI_FIFO_SIZE 4096 macro
H A Difx6x60.c515 return IFX_SPI_FIFO_SIZE - kfifo_len(&ifx_dev->tx_fifo); in ifx_spi_write_room()
823 if (kfifo_alloc(&ifx_dev->tx_fifo, IFX_SPI_FIFO_SIZE, GFP_KERNEL)) { in ifx_spi_create_port()