Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Dkirkwood_spi.c35 int tm, isread = 0; in _spi_xfer() local
66 for (tm = 0, isread = 0; tm < KWSPI_TIMEOUT; ++tm) { in _spi_xfer()
68 isread = 1; in _spi_xfer()
81 if (isread) in _spi_xfer()