Searched refs:SPI_SH_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define SPI_SH_FIFO_SIZE 32 macro164 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()