Home
last modified time | relevance | path

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

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