Searched refs:eth_nic_base (Results 1 – 3 of 3) sorted by relevance
/titanic_50/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); in eth_pio_write() 175 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR); in eth_pio_write() 176 outb(cnt, eth_nic_base + D8390_P0_RBCR0); in eth_pio_write() [all …]
|
H A D | 3c595.h | 67 #define BASE (eth_nic_base)
|
H A D | 3c595.c | 34 static unsigned short eth_nic_base; variable 479 eth_nic_base = pci->ioaddr; in t595_probe()
|