Home
last modified time | relevance | path

Searched refs:RX_FIFO_FULL (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/staging/gpib/fmh_gpib/
H A Dfmh_gpib.h117 RX_FIFO_FULL = 0x0200, enumerator
/linux-6.15/drivers/net/ethernet/rdc/
H A Dr6040.c83 #define RX_FIFO_FULL 0x0004 /* RX FIFO full */ macro
159 #define RX_INTS (RX_FIFO_FULL | RX_NO_DESC | RX_FINISH)
674 if (status & RX_FIFO_FULL) in r6040_interrupt()
/linux-6.15/sound/soc/ux500/
H A Dux500_msp_i2s.h198 #define RX_FIFO_FULL BIT(2) macro
/linux-6.15/drivers/spi/
H A Dspi-pic32.c50 #define RX_FIFO_FULL 3 /* completely full */ macro