OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:D8390_P0_ISR
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
ns8390.c
159
outb(D8390_ISR_RDC, eth_nic_base +
D8390_P0_ISR
);
198
(inb(eth_nic_base +
D8390_P0_ISR
) & D8390_ISR_RDC)
204
while((inb(eth_nic_base +
D8390_P0_ISR
) & D8390_ISR_RDC)
245
outb(0xFF, eth_nic_base+
D8390_P0_ISR
);
268
outb(0xFF, eth_nic_base+
D8390_P0_ISR
);
330
outb(D8390_ISR_OVW, eth_nic_base+
D8390_P0_ISR
);
442
if (!eth_drain_receiver && (inb(eth_nic_base+
D8390_P0_ISR
) & D8390_ISR_OVW)) {
ns8390.h
174
#define
D8390_P0_ISR
0x07
Completed in 104 milliseconds