Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/i825xx/
H A Dether1.h57 #define TDR_SHORT (1 << 12) macro
H A Dether1.c592 else if ((status & (TDR_SHORT|TDR_OPEN)) && (status & TDR_TIME)) { in ether1_init_for_open()
595 status & TDR_SHORT ? "short" : "open", (status & TDR_TIME) / 10, in ether1_init_for_open()
599 status & TDR_SHORT ? "short" : "open", (status & TDR_TIME)); in ether1_init_for_open()