Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c3966 #define SPI_BUFSIZ max(32, SMP_CACHE_BYTES) macro
4006 if ((n_tx + n_rx) > SPI_BUFSIZ || !mutex_trylock(&lock)) { in spi_write_then_read()
4007 local_buf = kmalloc(max((unsigned)SPI_BUFSIZ, n_tx + n_rx), in spi_write_then_read()
4202 buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL); in spi_init()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi.c4379 #define SPI_BUFSIZ max(32, SMP_CACHE_BYTES) macro
4420 if ((n_tx + n_rx) > SPI_BUFSIZ || !mutex_trylock(&lock)) { in spi_write_then_read()
4421 local_buf = kmalloc(max((unsigned)SPI_BUFSIZ, n_tx + n_rx), in spi_write_then_read()
4618 buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL); in spi_init()

Completed in 11 milliseconds