Home
last modified time | relevance | path

Searched refs:KWSPI_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-mvebu/
Dspi.h69 #define KWSPI_TIMEOUT 10000 macro
/external/u-boot/drivers/spi/
Dkirkwood_spi.c66 for (tm = 0, isread = 0; tm < KWSPI_TIMEOUT; ++tm) { in _spi_xfer()
84 if (tm >= KWSPI_TIMEOUT) in _spi_xfer()