Home
last modified time | relevance | path

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

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