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

/linux-4.1.27/drivers/spi/
H A Dspi-s3c24xx.c371 * s3c24xx_spi_usefiq - return if we should be using FIQ.
377 static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *hw) s3c24xx_spi_usefiq() function
397 static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *s) { return false; } s3c24xx_spi_usingfiq() function
414 if (s3c24xx_spi_usefiq(hw) && t->len >= 3) s3c24xx_spi_txrx()

Completed in 66 milliseconds