Home
last modified time | relevance | path

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

/external/grub/netboot/
Dns8390.c123 outb(t503_output | _3COM_CR_START, eth_asic_base + _3COM_CR);
144 outb(t503_output, eth_asic_base + _3COM_CR);
171 outb(t503_output | _3COM_CR_DDIR | _3COM_CR_START, eth_asic_base + _3COM_CR); in eth_pio_write()
193 outb(t503_output, eth_asic_base + _3COM_CR); in eth_pio_write()
280 outb(t503_output, eth_asic_base + _3COM_CR); in ns8390_reset()
705 outb(_3COM_CR_RST | _3COM_CR_XSEL, eth_asic_base + _3COM_CR ); in eth_probe()
706 outb(_3COM_CR_XSEL, eth_asic_base + _3COM_CR ); in eth_probe()
710 outb(_3COM_CR_EALO | _3COM_CR_XSEL, eth_asic_base + _3COM_CR); in eth_probe()
721 outb(_3COM_CR_XSEL, eth_asic_base + _3COM_CR); in eth_probe()
Dns8390.h108 #define _3COM_CR 6 macro