Searched refs:SPI_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
50 #define SPI_TIMEOUT 1000 macro206 } while (get_timer(start) < SPI_TIMEOUT); in mpc8xxx_spi_xfer()208 if (get_timer(start) >= SPI_TIMEOUT) { in mpc8xxx_spi_xfer()
69 #define SPI_TIMEOUT 1000 macro283 for (tm = 0; tm < SPI_TIMEOUT; ++tm) { in tegra114_spi_xfer()330 if (tm >= SPI_TIMEOUT) in tegra114_spi_xfer()
58 #define SPI_TIMEOUT 1000 macro266 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer()294 if (tm >= SPI_TIMEOUT) in tegra20_sflash_xfer()
21 #define SPI_TIMEOUT 0x100000 macro244 timeout = SPI_TIMEOUT; in __atcspi200_spi_xfer()371 ns->to = SPI_TIMEOUT; in atcspi200_spi_probe()
67 #define SPI_TIMEOUT 1000 macro286 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