Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-lantiq-ssc.c98 #define LTQ_SPI_STAT_ME BIT(7) /* Mode error flag */ macro
101 #define LTQ_SPI_STAT_ERRORS (LTQ_SPI_STAT_ME | LTQ_SPI_STAT_TE | \
664 if (stat & LTQ_SPI_STAT_ME) in lantiq_ssc_err_interrupt()