Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c100 #define LTQ_SPI_STAT_TE BIT(8) /* Transmit error flag */ macro
104 #define LTQ_SPI_STAT_ERRORS (LTQ_SPI_STAT_ME | LTQ_SPI_STAT_TE | \
665 if (stat & LTQ_SPI_STAT_TE) in lantiq_ssc_err_interrupt()