OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smc9000_base
(Results
1 - 1
of
1
) sorted by null
/external/grub/netboot/
smc9000.c
39
static unsigned int
smc9000_base
=0;
variable
174
smc_reset(
smc9000_base
);
210
SMC_SELECT_BANK(
smc9000_base
, 2);
211
_outw(MC_ALLOC | numPages,
smc9000_base
+ MMU_CMD);
216
status = inb(
smc9000_base
+ INTERRUPT);
219
_outb(IM_ALLOC_INT,
smc9000_base
+ INTERRUPT);
229
_outw(MC_RESET,
smc9000_base
+ MMU_CMD);
234
packet_no = inb(
smc9000_base
+ PNR_ARR + 1);
242
_outb(packet_no,
smc9000_base
+ PNR_ARR);
245
_outw(PTR_AUTOINC,
smc9000_base
+ POINTER)
[
all
...]
Completed in 1704 milliseconds