Home
last modified time | relevance | path

Searched refs:tdr_status (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Deexpress.c707 short diag_status, tdr_status; in eexp_start_irq() local
725 tdr_status = inw(ioaddr + SHADOW(CONF_TDR_RESULT)); in eexp_start_irq()
726 if (tdr_status & (TDR_SHORT|TDR_OPEN)) { in eexp_start_irq()
727 …cable %s at %d tick%s\n", dev->name, (tdr_status & TDR_SHORT)?"short":"broken", tdr_status & TDR_T… in eexp_start_irq()
729 else if (tdr_status & TDR_XCVRPROBLEM) { in eexp_start_irq()
732 else if (tdr_status & TDR_LINKOK) { in eexp_start_irq()
738 tdr_status); in eexp_start_irq()
/linux-2.4.37.9/drivers/acorn/net/
Dether1.h53 unsigned short tdr_status; member
Dether1.c583 while (((status = ether1_inw (dev, TDR_ADDR, tdr_t, tdr_status, DISABLEIRQS)) in ether1_init_for_open()