Searched refs:smc9000_base (Results 1 - 1 of 1) sorted by relevance

/external/grub/netboot/
H A Dsmc9000.c39 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
[all...]

Completed in 98 milliseconds