OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eth_nic_base
(Results
1 - 4
of
4
) sorted by null
/external/grub/netboot/
3c595.c
33
static unsigned short
eth_nic_base
, eth_asic_base;
variable
460
/*
eth_nic_base
= probeaddrs[0] & ~3; */
461
eth_nic_base
= pci->ioaddr;
cs89x0.c
71
static unsigned short
eth_nic_base
;
variable
85
outw(portno,
eth_nic_base
+ ADD_PORT);
86
return inw(
eth_nic_base
+ DATA_PORT);
91
outw(portno,
eth_nic_base
+ ADD_PORT);
92
outw(value,
eth_nic_base
+ DATA_PORT);
248
outw(TX_AFTER_ALL,
eth_nic_base
+ TX_CMD_PORT);
249
outw(ETH_ZLEN,
eth_nic_base
+ TX_LEN_PORT);
258
outsw(
eth_nic_base
+ TX_FRAME_PORT, testpacket,
318
outw(PP_CS8920_ISAINT,
eth_nic_base
+ ADD_PORT);
319
outb(eth_irq,
eth_nic_base
+ DATA_PORT)
[
all
...]
3c509.c
35
static unsigned short
eth_nic_base
;
variable
458
eth_nic_base
= ((short)((mca_pos4&0xfc)|0x02)) << 8;
485
eth_nic_base
= j * EP_EISA_START;
507
eth_nic_base
=
545
mcafound->name,
eth_nic_base
, mca_irq);
548
if(
eth_nic_base
>= EP_EISA_START)
549
printf("3C5x9 board on EISA at %#hx - ",
eth_nic_base
);
551
printf("3C5x9 board on ISA at %#hx - ",
eth_nic_base
);
ns8390.c
33
static unsigned short
eth_nic_base
, eth_asic_base;
variable
112
D8390_COMMAND_STA,
eth_nic_base
+ D8390_P0_COMMAND);
113
outb(cnt,
eth_nic_base
+ D8390_P0_RBCR0);
114
outb(cnt>>8,
eth_nic_base
+ D8390_P0_RBCR1);
115
outb(src,
eth_nic_base
+ D8390_P0_RSAR0);
116
outb(src>>8,
eth_nic_base
+ D8390_P0_RSAR1);
118
D8390_COMMAND_STA,
eth_nic_base
+ D8390_P0_COMMAND);
158
D8390_COMMAND_STA,
eth_nic_base
+ D8390_P0_COMMAND);
159
outb(D8390_ISR_RDC,
eth_nic_base
+ D8390_P0_ISR);
160
outb(cnt,
eth_nic_base
+ D8390_P0_RBCR0)
[
all
...]
Completed in 1893 milliseconds