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

/linux-4.4.14/drivers/spi/
H A Dspi-ppc4xx.c84 #define SPI_PPC4XX_SR_BSY (0x80 >> 6) macro
306 if (unlikely(status & SPI_PPC4XX_SR_BSY)) { spi_ppc4xx_int()
314 } while (++cnt < 100 && lstatus & SPI_PPC4XX_SR_BSY); spi_ppc4xx_int()

Completed in 89 milliseconds