Searched refs:eth_nic_base (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | ns8390.c | 41 static unsigned short eth_nic_base, eth_asic_base; variable 124 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND); 125 outb(cnt, eth_nic_base + D8390_P0_RBCR0); 126 outb(cnt>>8, eth_nic_base + D8390_P0_RBCR1); 127 outb(src, eth_nic_base + D8390_P0_RSAR0); 128 outb(src>>8, eth_nic_base + D8390_P0_RSAR1); 130 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND); 174 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND); 175 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR); 176 outb(cnt, eth_nic_base 238 enable_multicast(unsigned short eth_nic_base) argument [all...] |
H A D | 3c595.c | 34 static unsigned short eth_nic_base; variable 478 /* eth_nic_base = probeaddrs[0] & ~3; */ 479 eth_nic_base = pci->ioaddr;
|
H A D | 3c595.h | 67 #define BASE (eth_nic_base)
|
Completed in 37 milliseconds