Lines Matching refs:NE_BASE
117 #define NE_BASE (dev->base_addr) macro
517 outb(inb(NE_BASE + NE_RESET), NE_BASE + NE_RESET); in ne_reset_8390()
523 while ((inb_p(NE_BASE+EN0_ISR) & ENISR_RESET) == 0) in ne_reset_8390()
528 outb_p(ENISR_RESET, NE_BASE + EN0_ISR); /* Ack intr. */ in ne_reset_8390()
558 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr()
560 insb(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)); in ne_get_8390_hdr()
598 insw(NE_BASE + NE_DATAPORT,buf,count>>1); in ne_block_input()
601 buf[count-1] = inb(NE_BASE + NE_DATAPORT); in ne_block_input()
607 insb(NE_BASE + NE_DATAPORT, buf, count); in ne_block_input()
642 int nic_base = NE_BASE; in ne_block_output()
696 outsw(NE_BASE + NE_DATAPORT, buf, count>>1); in ne_block_output()
698 outsb(NE_BASE + NE_DATAPORT, buf, count); in ne_block_output()