Searched refs:SPI_BUFSIZ (Results 1 – 1 of 1) sorted by relevance
4670 #define SPI_BUFSIZ max(32, SMP_CACHE_BYTES) macro4711 if ((n_tx + n_rx) > SPI_BUFSIZ || !mutex_trylock(&lock)) { in spi_write_then_read()4712 local_buf = kmalloc(max((unsigned)SPI_BUFSIZ, n_tx + n_rx), in spi_write_then_read()4910 buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL); in spi_init()