Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_sdh.h68 #define RX_FIFO_FULL (1 << 17) /* Receive FIFO Full */ macro
/linux-2.6.39/drivers/net/
Dr6040.c97 #define RX_FIFO_FULL 0x0004 /* RX FIFO full */ macro
168 #define RX_INTS (RX_FIFO_FULL | RX_NO_DESC | RX_FINISH)
677 if (status & RX_FIFO_FULL) in r6040_interrupt()