Searched refs:EWRK3_TDQ (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dewrk3.h30 #define EWRK3_TDQ iobase+0x0c /* Transmit Done Queue */ macro
H A Dewrk3.c586 outb(1, EWRK3_TDQ); /* Write to the TX done queue */
714 while (inb(EWRK3_TDQ));
1067 while ((tx_status = inb(EWRK3_TDQ)) > 0) { /* Whilst there's old buffers */
1123 while (inb(EWRK3_TDQ));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dewrk3.h30 #define EWRK3_TDQ iobase+0x0c /* Transmit Done Queue */ macro
H A Dewrk3.c586 outb(1, EWRK3_TDQ); /* Write to the TX done queue */
714 while (inb(EWRK3_TDQ));
1067 while ((tx_status = inb(EWRK3_TDQ)) > 0) { /* Whilst there's old buffers */
1123 while (inb(EWRK3_TDQ));

Completed in 118 milliseconds