OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_3COM_CR_XSEL
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
ns8390.h
110
#define
_3COM_CR_XSEL
0x02 /* Transceiver select. BNC=1(def) AUI=0 */
ns8390.c
279
t503_output = (nic->flags) ? 0 :
_3COM_CR_XSEL
;
705
outb(_3COM_CR_RST |
_3COM_CR_XSEL
, eth_asic_base + _3COM_CR );
706
outb(
_3COM_CR_XSEL
, eth_asic_base + _3COM_CR );
710
outb(_3COM_CR_EALO |
_3COM_CR_XSEL
, eth_asic_base + _3COM_CR);
721
outb(
_3COM_CR_XSEL
, eth_asic_base + _3COM_CR);
Completed in 14 milliseconds