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

/linux-4.4.14/drivers/spi/
H A Dspi-sh.c43 #define SPI_SH_RBE 0x20 macro
142 while (spi_sh_read(ss, SPI_SH_CR1) & SPI_SH_RBE) { spi_sh_wait_receive_buffer()
255 spi_sh_read(ss, SPI_SH_CR1) & SPI_SH_RBE) { spi_sh_receive()
410 if (cr1 & SPI_SH_RBE) spi_sh_irq()
411 ss->cr1 |= SPI_SH_RBE; spi_sh_irq()

Completed in 61 milliseconds