OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eth_asic_base
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
ns8390.c
33
static unsigned short eth_nic_base,
eth_asic_base
;
variable
121
outb(src & 0xff,
eth_asic_base
+ _3COM_DALSB);
122
outb(src >> 8,
eth_asic_base
+ _3COM_DAMSB);
123
outb(t503_output | _3COM_CR_START,
eth_asic_base
+ _3COM_CR);
131
while((inb(
eth_asic_base
+ _3COM_STREG) & _3COM_STREG_DPRDY) == 0)
136
*((unsigned short *)dst) = inw(
eth_asic_base
+ ASIC_PIO);
140
*(dst++) = inb(
eth_asic_base
+ ASIC_PIO);
144
outb(t503_output,
eth_asic_base
+ _3COM_CR);
168
outb(dst & 0xff,
eth_asic_base
+ _3COM_DALSB);
169
outb(dst >> 8,
eth_asic_base
+ _3COM_DAMSB)
[
all
...]
3c595.c
33
static unsigned short eth_nic_base,
eth_asic_base
;
variable
Completed in 38 milliseconds