Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c135 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()
329 outb(t503_output, eth_asic_base + _3COM_CR); 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()
H A Dns8390.h108 #define _3COM_CR 6 macro