Searched refs:eth_nic_base (Results 1 – 6 of 6) sorted by relevance
/external/grub/netboot/ |
D | ns8390.c | 33 static unsigned short eth_nic_base, eth_asic_base; variable 112 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND); 113 outb(cnt, eth_nic_base + D8390_P0_RBCR0); 114 outb(cnt>>8, eth_nic_base + D8390_P0_RBCR1); 115 outb(src, eth_nic_base + D8390_P0_RSAR0); 116 outb(src>>8, eth_nic_base + D8390_P0_RSAR1); 118 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND); 158 D8390_COMMAND_STA, eth_nic_base + D8390_P0_COMMAND); in eth_pio_write() 159 outb(D8390_ISR_RDC, eth_nic_base + D8390_P0_ISR); in eth_pio_write() 160 outb(cnt, eth_nic_base + D8390_P0_RBCR0); in eth_pio_write() [all …]
|
D | cs89x0.c | 71 static unsigned short eth_nic_base; variable 85 outw(portno, eth_nic_base + ADD_PORT); in readreg() 86 return inw(eth_nic_base + DATA_PORT); in readreg() 91 outw(portno, eth_nic_base + ADD_PORT); in writereg() 92 outw(value, eth_nic_base + DATA_PORT); in writereg() 248 outw(TX_AFTER_ALL, eth_nic_base + TX_CMD_PORT); in send_test_pkt() 249 outw(ETH_ZLEN, eth_nic_base + TX_LEN_PORT); in send_test_pkt() 258 outsw(eth_nic_base + TX_FRAME_PORT, testpacket, in send_test_pkt() 318 outw(PP_CS8920_ISAINT, eth_nic_base + ADD_PORT); in cs89x0_reset() 319 outb(eth_irq, eth_nic_base + DATA_PORT); in cs89x0_reset() [all …]
|
D | 3c509.c | 35 static unsigned short eth_nic_base; variable 458 eth_nic_base = ((short)((mca_pos4&0xfc)|0x02)) << 8; in t529_probe() 485 eth_nic_base = j * EP_EISA_START; in t529_probe() 507 eth_nic_base = in t529_probe() 545 mcafound->name, eth_nic_base, mca_irq); in t529_probe() 548 if(eth_nic_base >= EP_EISA_START) in t529_probe() 549 printf("3C5x9 board on EISA at %#hx - ",eth_nic_base); in t529_probe() 551 printf("3C5x9 board on ISA at %#hx - ",eth_nic_base); in t529_probe()
|
D | 3c509.h | 57 #define IS_BASE (eth_nic_base) 58 #define BASE (eth_nic_base)
|
D | 3c595.c | 33 static unsigned short eth_nic_base, eth_asic_base; variable 461 eth_nic_base = pci->ioaddr; in t595_probe()
|
D | 3c595.h | 67 #define BASE (eth_nic_base)
|