Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c95 #define LTQ_SPI_STAT_BSY BIT(13) /* Busy flag */ macro
733 if (!(stat & LTQ_SPI_STAT_BSY)) { in lantiq_ssc_bussy_work()