Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
Dspi-lantiq-ssc.c90 #define LTQ_SPI_STAT_AE BIT(10) /* Abort error flag */ macro
97 LTQ_SPI_STAT_RE | LTQ_SPI_STAT_AE | \
682 if (stat & LTQ_SPI_STAT_AE) in lantiq_ssc_err_interrupt()