Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
H A Dapne.c216 while ((inb(ioaddr + NE_EN0_ISR) & ENISR_RESET) == 0) in apne_probe1()
364 while ((inb(NE_BASE+NE_EN0_ISR) & ENISR_RESET) == 0) in apne_reset_8390()
369 outb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr. */ in apne_reset_8390()
H A D8390.h204 #define ENISR_RESET 0x80 /* Reset completed */ macro
H A Dpcnet_cs.c974 if ((inb_p(nic_base+EN0_ISR) & ENISR_RESET) != 0) in pcnet_reset_8390()
978 outb_p(ENISR_RESET, nic_base + EN0_ISR); /* Ack intr. */ in pcnet_reset_8390()