Searched refs:TDR_TIMEMASK (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni52.h294 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
H A Dsun3_82586.h302 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
H A D3c523.h262 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
H A Dni52.c633 printk("%s: TDR: No correct termination %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
636 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
637 printk("%s: TDR: Detected a short circuit %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
H A Dsun3_82586.c508 printk("%s: TDR: No correct termination %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
511 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
512 printk("%s: TDR: Detected a short circuit %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
H A D3c523.c732 printk(KERN_WARNING "%s: TDR: No correct termination %d clocks away.\n", dev->name, result & TDR_TIMEMASK);
734 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
735 printk(KERN_WARNING "%s: TDR: Detected a short circuit %d clocks away.\n", dev->name, result & TDR_TIMEMASK);

Completed in 54 milliseconds