Searched refs:TDR_TIME (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether1.h60 #define TDR_TIME (0x7ff) macro
H A Dether1.c597 else if ((status & (TDR_SHORT|TDR_OPEN)) && (status & TDR_TIME)) {
600 status & TDR_SHORT ? "short" : "open", (status & TDR_TIME) / 10,
601 (status & TDR_TIME) % 10);
604 status & TDR_SHORT ? "short" : "open", (status & TDR_TIME));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deexpress.h179 #define TDR_TIME 0x7ff macro
H A Deexpress.c738 printk(KERN_WARNING "%s: TDR reports cable %s at %d tick%s\n", dev->name, (tdr_status & TDR_SHORT)?"short":"broken", tdr_status & TDR_TIME, ((tdr_status & TDR_TIME) != 1) ? "s" : "");
H A D3c507.c191 #define TDR_TIME 0x3C macro

Completed in 97 milliseconds