Home
last modified time | relevance | path

Searched refs:eth_asic_base (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
Dns8390.c33 static unsigned short eth_nic_base, eth_asic_base; variable
121 outb(src & 0xff, eth_asic_base + _3COM_DALSB);
122 outb(src >> 8, eth_asic_base + _3COM_DAMSB);
123 outb(t503_output | _3COM_CR_START, eth_asic_base + _3COM_CR);
131 while((inb(eth_asic_base + _3COM_STREG) & _3COM_STREG_DPRDY) == 0)
136 *((unsigned short *)dst) = inw(eth_asic_base + ASIC_PIO);
140 *(dst++) = inb(eth_asic_base + ASIC_PIO);
144 outb(t503_output, eth_asic_base + _3COM_CR);
168 outb(dst & 0xff, eth_asic_base + _3COM_DALSB); in eth_pio_write()
169 outb(dst >> 8, eth_asic_base + _3COM_DAMSB); in eth_pio_write()
[all …]
D3c595.c33 static unsigned short eth_nic_base, eth_asic_base; variable