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

/u-boot/drivers/spi/
H A Dmpc8xxx_spi.c51 #define SPI_TIMEOUT 1000 macro
207 } while (get_timer(start) < SPI_TIMEOUT);
209 if (get_timer(start) >= SPI_TIMEOUT) {
H A Dtegra114_spi.c70 #define SPI_TIMEOUT 1000 macro
284 for (tm = 0; tm < SPI_TIMEOUT; ++tm) {
331 if (tm >= SPI_TIMEOUT)
H A Dtegra20_slink.c65 #define SPI_TIMEOUT 1000 macro
269 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) {
297 if (tm >= SPI_TIMEOUT)
H A Dtegra20_sflash.c59 #define SPI_TIMEOUT 1000 macro
267 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) {
295 if (tm >= SPI_TIMEOUT)
H A Datcspi200_spi.c22 #define SPI_TIMEOUT 0x100000 macro
246 timeout = SPI_TIMEOUT;
373 ns->to = SPI_TIMEOUT;

Completed in 55 milliseconds