Searched refs:DEFAULT_TEA (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 Dseeq8005.c461 pkt_len = (next_packet + 0x10000 - ((DEFAULT_TEA+1)<<8)) - lp->receive_ptr - 4;
466 if (next_packet < ((DEFAULT_TEA+1)<<8)) { /* is the next_packet address sane? */
579 outb( DEFAULT_TEA, SEEQ_BUFFER); /* this gives us 16K of send buffer and 48K of recv buffer */
581 lp->receive_ptr = (DEFAULT_TEA+1)<<8; /* so we can find our packet_header */
H A Dseeq8005.h27 #define DEFAULT_TEA (0x3f) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dseeq8005.c461 pkt_len = (next_packet + 0x10000 - ((DEFAULT_TEA+1)<<8)) - lp->receive_ptr - 4;
466 if (next_packet < ((DEFAULT_TEA+1)<<8)) { /* is the next_packet address sane? */
579 outb( DEFAULT_TEA, SEEQ_BUFFER); /* this gives us 16K of send buffer and 48K of recv buffer */
581 lp->receive_ptr = (DEFAULT_TEA+1)<<8; /* so we can find our packet_header */
H A Dseeq8005.h27 #define DEFAULT_TEA (0x3f) macro

Completed in 169 milliseconds