Searched defs:eth_nic_base (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c595.c34 static unsigned short eth_nic_base; variable
478 /* eth_nic_base = probeaddrs[0] & ~3; */
479 eth_nic_base = pci->ioaddr;
H A Dns8390.c41 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...]

Completed in 21 milliseconds