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

/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h302 #define TDR_TIMEMASK 0x07ff /* mask for the time field */ macro
H A Dsun3_82586.c515 printk("%s: TDR: No correct termination %d clocks away.\n",dev->name,result & TDR_TIMEMASK);
518 if (result & TDR_TIMEMASK) /* time == 0 -> strange :-) */
519 printk("%s: TDR: Detected a short circuit %d clocks away.\n",dev->name,result & TDR_TIMEMASK);

Completed in 112 milliseconds