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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsetup.c336 unsigned long phys_iobase; local
353 phys_iobase = efi_get_iobase();
354 if (!phys_iobase) {
355 phys_iobase = ia64_get_kr(IA64_KR_IO_BASE);
357 "falling back to AR.KR0 (0x%lx)\n", phys_iobase);
359 ia64_iobase = (unsigned long) ioremap(phys_iobase, 0);

Completed in 25 milliseconds