Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-lantiq-ssc.c92 #define LTQ_SPI_STAT_TE BIT(8) /* Transmit error flag */ macro
96 #define LTQ_SPI_STAT_ERRORS (LTQ_SPI_STAT_ME | LTQ_SPI_STAT_TE | \
686 if (stat & LTQ_SPI_STAT_TE) in lantiq_ssc_err_interrupt()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-lantiq-ssc.c93 #define LTQ_SPI_STAT_TE BIT(8) /* Transmit error flag */ macro
97 #define LTQ_SPI_STAT_ERRORS (LTQ_SPI_STAT_ME | LTQ_SPI_STAT_TE | \
687 if (stat & LTQ_SPI_STAT_TE) in lantiq_ssc_err_interrupt()

Completed in 3 milliseconds