Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dsh_msiof.h111 #define SISTR_RFUDF BIT(4) /* Receive FIFO Underflow */ macro
/linux/sound/soc/renesas/rcar/
H A Dmsiof.c91 #define SISTR_ERR_RX (SISTR_RFSERR | SISTR_RFOVF | SISTR_RFUDF)
552 if (sistr & SISTR_RFUDF) in msiof_interrupt()