Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c73 static unsigned char t503_output; /* AUI or internal xcvr (Thinnet) */ variable
135 outb(t503_output | _3COM_CR_START, eth_asic_base + _3COM_CR);
157 outb(t503_output, eth_asic_base + _3COM_CR);
187 outb(t503_output | _3COM_CR_DDIR | _3COM_CR_START, eth_asic_base + _3COM_CR); in eth_pio_write()
210 outb(t503_output, eth_asic_base + _3COM_CR); in eth_pio_write()
328 t503_output = (nic->flags) ? 0 : _3COM_CR_XSEL; in ns8390_reset()
329 outb(t503_output, eth_asic_base + _3COM_CR); in ns8390_reset()