Searched refs:SPI_SH_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
74 #define SPI_SH_FIFO_SIZE 32 macro176 cur_len = min(SPI_SH_FIFO_SIZE, remain); in spi_sh_send()248 if (remain >= SPI_SH_FIFO_SIZE) { in spi_sh_receive()261 cur_len = min(SPI_SH_FIFO_SIZE, remain); in spi_sh_receive()