Home
last modified time | relevance | path

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

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