Searched refs:_3COM_CR_XSEL (Results 1 – 2 of 2) sorted by relevance
328 t503_output = (nic->flags) ? 0 : _3COM_CR_XSEL; in ns8390_reset()812 outb(_3COM_CR_RST | _3COM_CR_XSEL, eth_asic_base + _3COM_CR ); in eth_probe()813 outb(_3COM_CR_XSEL, eth_asic_base + _3COM_CR ); in eth_probe()817 outb(_3COM_CR_EALO | _3COM_CR_XSEL, eth_asic_base + _3COM_CR); in eth_probe()829 outb(_3COM_CR_XSEL, eth_asic_base + _3COM_CR); in eth_probe()
110 #define _3COM_CR_XSEL 0x02 /* Transceiver select. BNC=1(def) AUI=0 */ macro