Searched refs:TDR_TIMEMASK (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/i825xx/ |
D | 3c523.h | 262 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
|
D | sun3_82586.h | 302 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
|
D | ni52.h | 294 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
|
D | 3c523.c | 727 … pr_warning("%s: TDR: No correct termination %d clocks away.\n", dev->name, result & TDR_TIMEMASK); in init586() 729 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */ in init586() 730 …r_warning("%s: TDR: Detected a short circuit %d clocks away.\n", dev->name, result & TDR_TIMEMASK); in init586()
|
D | sun3_82586.c | 515 printk("%s: TDR: No correct termination %d clocks away.\n",dev->name,result & TDR_TIMEMASK); in init586() 518 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */ in init586() 519 printk("%s: TDR: Detected a short circuit %d clocks away.\n",dev->name,result & TDR_TIMEMASK); in init586()
|
D | ni52.c | 704 dev->name, result & TDR_TIMEMASK); in init586() 707 if (result & TDR_TIMEMASK) in init586() 709 dev->name, result & TDR_TIMEMASK); in init586()
|