Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dmpc8xxx_spi.c22 #define SPI_TIMEOUT 1000 macro
134 for (tm = 0, isRead = 0; tm < SPI_TIMEOUT; ++tm) { in spi_xfer()
156 if (tm >= SPI_TIMEOUT) in spi_xfer()
H A Dtegra114_spi.c69 #define SPI_TIMEOUT 1000 macro
283 for (tm = 0; tm < SPI_TIMEOUT; ++tm) { in tegra114_spi_xfer()
330 if (tm >= SPI_TIMEOUT) in tegra114_spi_xfer()
H A Dtegra20_sflash.c55 #define SPI_TIMEOUT 1000 macro
263 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer()
291 if (tm >= SPI_TIMEOUT) in tegra20_sflash_xfer()
H A Dtegra20_slink.c61 #define SPI_TIMEOUT 1000 macro
262 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer()
290 if (tm >= SPI_TIMEOUT) in tegra30_spi_xfer()
H A Datcspi200_spi.c21 #define SPI_TIMEOUT 0x100000 macro
365 ns->to = SPI_TIMEOUT; in atcspi200_spi_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dp54spi.h53 #define SPI_TIMEOUT 100 /* msec */ macro
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-ep93xx.c64 #define SPI_TIMEOUT 5 macro
528 timeout = jiffies + msecs_to_jiffies(SPI_TIMEOUT); in ep93xx_spi_prepare_message()