HomeSort by relevance Sort by last modified time
    Searched refs:eth_nic_base (Results 1 - 5 of 5) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
ne2k_isa.c 34 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 + D8390_P0_RBCR0)
    [all...]
ns8390.c 55 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 + D8390_P0_RBCR0)
    [all...]
cs89x0.c 98 static unsigned short eth_nic_base; variable
112 outw(portno, eth_nic_base + ADD_PORT);
113 return inw(eth_nic_base + DATA_PORT);
118 outw(portno, eth_nic_base + ADD_PORT);
119 outw(value, eth_nic_base + DATA_PORT);
275 outw(TX_AFTER_ALL, eth_nic_base + TX_CMD_PORT);
276 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT);
285 outsw(eth_nic_base + TX_FRAME_PORT, testpacket,
345 outw(PP_CS8920_ISAINT, eth_nic_base + ADD_PORT);
346 outb(eth_irqno, eth_nic_base + DATA_PORT)
    [all...]
3c595.c 38 static unsigned short eth_nic_base; variable
480 eth_nic_base = pci->ioaddr;
3c595.h 69 #define BASE (eth_nic_base)

Completed in 306 milliseconds