Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi.c4386 #define SPI_BUFSIZ max(32, SMP_CACHE_BYTES) macro
4427 if ((n_tx + n_rx) > SPI_BUFSIZ || !mutex_trylock(&lock)) { in spi_write_then_read()
4428 local_buf = kmalloc(max((unsigned)SPI_BUFSIZ, n_tx + n_rx), in spi_write_then_read()
4625 buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL); in spi_init()