Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dsh_msiof.h106 #define SISTR_TFUDF BIT(19) /* Transmit FIFO Underflow */ macro
/linux/sound/soc/renesas/rcar/
H A Dmsiof.c90 #define SISTR_ERR_TX (SISTR_TFSERR | SISTR_TFOVF | SISTR_TFUDF)
541 if (sistr & SISTR_TFUDF) in msiof_interrupt()