Home
last modified time | relevance | path

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

/drivers/spi/
A Dmpc8xxx_spi.c50 #define SPI_TIMEOUT 1000 macro
206 } while (get_timer(start) < SPI_TIMEOUT); in mpc8xxx_spi_xfer()
208 if (get_timer(start) >= SPI_TIMEOUT) { in mpc8xxx_spi_xfer()
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()
A Dtegra20_sflash.c58 #define SPI_TIMEOUT 1000 macro
266 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer()
294 if (tm >= SPI_TIMEOUT) in tegra20_sflash_xfer()
A Datcspi200_spi.c21 #define SPI_TIMEOUT 0x100000 macro
244 timeout = SPI_TIMEOUT; in __atcspi200_spi_xfer()
371 ns->to = SPI_TIMEOUT; in atcspi200_spi_probe()
A Dtegra20_slink.c67 #define SPI_TIMEOUT 1000 macro
286 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer()
314 if (tm >= SPI_TIMEOUT) in tegra30_spi_xfer()

Completed in 15 milliseconds