Searched refs:DEFAULT_TEA (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dseeq8005.c457 pkt_len = (next_packet + 0x10000 - ((DEFAULT_TEA+1)<<8)) - lp->receive_ptr - 4;
462 if (next_packet < ((DEFAULT_TEA+1)<<8)) { /* is the next_packet address sane? */
586 outb( DEFAULT_TEA, SEEQ_BUFFER); /* this gives us 16K of send buffer and 48K of recv buffer */
588 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 91 milliseconds