Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-lantiq-ssc.c88 #define LTQ_SPI_STAT_BSY BIT(13) /* Busy flag */ macro
774 if (!(stat & LTQ_SPI_STAT_BSY)) { in lantiq_ssc_bussy_work()