Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Dmpc8xxx_spi.c21 #define SPI_TIMEOUT 1000 macro
133 for (tm = 0, isRead = 0; tm < SPI_TIMEOUT; ++tm) { in spi_xfer()
155 if (tm >= SPI_TIMEOUT) in spi_xfer()
Dtegra20_slink.c60 #define SPI_TIMEOUT 1000 macro
261 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer()
289 if (tm >= SPI_TIMEOUT) in tegra30_spi_xfer()
Dtegra114_spi.c66 #define SPI_TIMEOUT 1000 macro
280 for (tm = 0; tm < SPI_TIMEOUT; ++tm) { in tegra114_spi_xfer()
327 if (tm >= SPI_TIMEOUT) in tegra114_spi_xfer()
Dtegra20_sflash.c54 #define SPI_TIMEOUT 1000 macro
262 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer()
290 if (tm >= SPI_TIMEOUT) in tegra20_sflash_xfer()
Datcspi200_spi.c20 #define SPI_TIMEOUT 0x100000 macro
366 ns->to = SPI_TIMEOUT; in atcspi200_spi_probe()