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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
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.h294 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
H A Dni52.c668 dev->name, result & TDR_TIMEMASK);
671 if (result & TDR_TIMEMASK)
673 dev->name, result & TDR_TIMEMASK);
H A Dsun3_82586.c513 printk("%s: TDR: No correct termination %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
516 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
517 printk("%s: TDR: Detected a short circuit %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
H A D3c523.c727 pr_warning("%s: TDR: No correct termination %d clocks away.\n", dev->name, result & TDR_TIMEMASK);
729 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
730 pr_warning("%s: TDR: Detected a short circuit %d clocks away.\n", dev->name, result & TDR_TIMEMASK);

Completed in 66 milliseconds