Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_s5p.c25 #define RX_FIFO_FULL (1 << 8) macro
/openbmc/linux/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()
/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.h198 #define RX_FIFO_FULL BIT(2) macro
/openbmc/linux/drivers/spi/
H A Dspi-pic32.c50 #define RX_FIFO_FULL 3 /* completely full */ macro