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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c595.c38 static unsigned short eth_nic_base; variable
480 eth_nic_base = pci->ioaddr;
H A Dcs89x0.c97 static unsigned short eth_nic_base; variable
111 outw(portno, eth_nic_base + ADD_PORT);
112 return inw(eth_nic_base + DATA_PORT);
117 outw(portno, eth_nic_base + ADD_PORT);
118 outw(value, eth_nic_base + DATA_PORT);
274 outw(TX_AFTER_ALL, eth_nic_base + TX_CMD_PORT);
275 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT);
284 outsw(eth_nic_base + TX_FRAME_PORT, testpacket,
344 outw(PP_CS8920_ISAINT, eth_nic_base + ADD_PORT);
345 outb(eth_irqno, eth_nic_base
[all...]
H A Dne2k_isa.c34 static unsigned short eth_nic_base, eth_asic_base; variable
48 outb(D8390_COMMAND_RD2 | D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
49 outb(cnt, eth_nic_base + D8390_P0_RBCR0);
50 outb(cnt >> 8, eth_nic_base + D8390_P0_RBCR1);
51 outb(src, eth_nic_base + D8390_P0_RSAR0);
52 outb(src >> 8, eth_nic_base + D8390_P0_RSAR1);
53 outb(D8390_COMMAND_RD0 | D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
71 outb(D8390_COMMAND_RD2 | D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
72 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
73 outb(cnt, eth_nic_base
94 enable_multicast(unsigned short eth_nic_base) argument
[all...]
H A Dns8390.c55 static unsigned short eth_nic_base, eth_asic_base; variable
138 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
139 outb(cnt, eth_nic_base + D8390_P0_RBCR0);
140 outb(cnt>>8, eth_nic_base + D8390_P0_RBCR1);
141 outb(src, eth_nic_base + D8390_P0_RSAR0);
142 outb(src>>8, eth_nic_base + D8390_P0_RSAR1);
144 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
188 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND);
189 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR);
190 outb(cnt, eth_nic_base
252 enable_multicast(unsigned short eth_nic_base) argument
[all...]

Completed in 47 milliseconds