Searched refs:ED_ISR_RST (Results 1 – 5 of 5) sorted by relevance
130 if ((tmp & ED_ISR_RST) != ED_ISR_RST) { in EtherInit()137 if ((NIC_INB(ED_P0_ISR) & ED_ISR_RST) == ED_ISR_RST) { in EtherInit()139 NIC_OUTB(ED_P0_ISR, ED_ISR_RST); in EtherInit()
159 while (((NIC_GET(ED_P0_ISR) & ED_ISR_RST) == 0) && --n) in dp8390_stop()
401 if ((tmp & ED_ISR_RST) != ED_ISR_RST) in ne2000_detect()409 if ((bus_space_read_1(nict, nich, ED_P0_ISR) & ED_ISR_RST) == in ne2000_detect()410 ED_ISR_RST) { in ne2000_detect()412 bus_space_write_1(nict, nich, ED_P0_ISR, ED_ISR_RST); in ne2000_detect()
214 #define ED_ISR_RST 0x80 macro
231 while (((NIC_GET(regt, regh, ED_P0_ISR) & ED_ISR_RST) == 0) && --n) in dp8390_halt()