Searched refs:eth_asic_base (Results 1 – 1 of 1) sorted by relevance
41 static unsigned short eth_nic_base, eth_asic_base; variable120 outb(src & 0xff, eth_asic_base + WD_GP2);121 outb(src >> 8, eth_asic_base + WD_GP2);133 outb(src & 0xff, eth_asic_base + _3COM_DALSB);134 outb(src >> 8, eth_asic_base + _3COM_DAMSB);135 outb(t503_output | _3COM_CR_START, eth_asic_base + _3COM_CR);144 while((inb(eth_asic_base + _3COM_STREG) & _3COM_STREG_DPRDY) == 0)149 *((unsigned short *)dst) = inw(eth_asic_base + ASIC_PIO);153 *(dst++) = inb(eth_asic_base + ASIC_PIO);157 outb(t503_output, eth_asic_base + _3COM_CR);[all …]