Searched refs:TX_FIFO_INF (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc911x.h219 #define TX_FIFO_INF 0x80 macro
H A Dsmc911x.h479 #define TX_FIFO_INF (0x80) macro
787 #define SMC_GET_TX_FIFO_INF(lp) SMC_inl( lp, TX_FIFO_INF )
788 #define SMC_SET_TX_FIFO_INF(lp, x) SMC_outl( x, lp, TX_FIFO_INF )
H A Dsmsc911x.c446 smsc911x_reg_read(pdata, TX_FIFO_INF) & TX_FIFO_INF_TSUSED_;
894 return (smsc911x_reg_read(pdata, TX_FIFO_INF)
1326 freespace = smsc911x_reg_read(pdata, TX_FIFO_INF) & TX_FIFO_INF_TDFREE_;

Completed in 117 milliseconds