Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dkirkwood_spi.c36 int tm, isread = 0; in _spi_xfer() local
67 for (tm = 0, isread = 0; tm < KWSPI_TIMEOUT; ++tm) { in _spi_xfer()
69 isread = 1; in _spi_xfer()
82 if (isread) in _spi_xfer()