Home
last modified time | relevance | path

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

/linux/include/linux/spi/ !
H A Dsh_msiof.h110 #define SISTR_RFSERR BIT(5) /* Receive Frame Synchronization Error */ macro
/linux/sound/soc/renesas/rcar/ !
H A Dmsiof.c91 #define SISTR_ERR_RX (SISTR_RFSERR | SISTR_RFOVF | SISTR_RFUDF)
548 if (sistr & SISTR_RFSERR) in msiof_interrupt()