Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_sdh.h83 #define RX_FIFO_FULL (1 << 17) /* Receive FIFO Full */ macro
/linux-4.1.27/drivers/net/ethernet/rdc/
Dr6040.c97 #define RX_FIFO_FULL 0x0004 /* RX FIFO full */ macro
171 #define RX_INTS (RX_FIFO_FULL | RX_NO_DESC | RX_FINISH)
682 if (status & RX_FIFO_FULL) in r6040_interrupt()
/linux-4.1.27/sound/soc/ux500/
Dux500_msp_i2s.h204 #define RX_FIFO_FULL BIT(2) macro