Searched refs:SPI_BUFSIZ (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi.c2208 #define SPI_BUFSIZ max(32, SMP_CACHE_BYTES) macro
2247 if ((n_tx + n_rx) > SPI_BUFSIZ || !mutex_trylock(&lock)) { spi_write_then_read()
2248 local_buf = kmalloc(max((unsigned)SPI_BUFSIZ, n_tx + n_rx), spi_write_then_read()
2371 buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL); spi_init()

Completed in 90 milliseconds