Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sh.c66 #define SPI_SH_FIFO_SIZE 32 macro
164 cur_len = min(SPI_SH_FIFO_SIZE, remain); in spi_sh_send()
236 if (remain >= SPI_SH_FIFO_SIZE) { in spi_sh_receive()
249 cur_len = min(SPI_SH_FIFO_SIZE, remain); in spi_sh_receive()