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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi.c939 #define SPI_BUFSIZ max(32,SMP_CACHE_BYTES) macro
977 if ((n_tx + n_rx) > SPI_BUFSIZ)
993 local_buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL);
1023 buf = kmalloc(SPI_BUFSIZ, GFP_KERNEL);
H A Ddavinci_spi.c41 #define SPI_BUFSIZ (SMP_CACHE_BYTES + 1) macro
1080 davinci_spi->tmp_buf = kzalloc(SPI_BUFSIZ, GFP_KERNEL);

Completed in 95 milliseconds