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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dhpet.c23 unsigned long hpet_address; variable
37 if (!hpet_address)
50 hd.hd_phys_address = hpet_address;
141 if (!hpet_address)
143 set_fixmap_nocache(FIX_HPET_BASE, hpet_address);
144 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE);
271 return hpet_address != 0;
H A Dtime.c355 if (hpet_address) {
375 hpet_address = 0;
383 hpet_address = 0;
454 if (hpet_address)
H A Dapic.c791 if (hpet_address && hpet_use_timer) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dhpet.h65 extern unsigned long hpet_address;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dhpet.c23 unsigned long hpet_address; variable
53 return (!boot_hpet_disable && hpet_address);
84 hd.hd_phys_address = hpet_address;
234 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dhpet.h91 extern unsigned long hpet_address; /* hpet memory map physical address */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dboot.c637 hpet_address = hpet_tbl->address.address;
639 hpet_tbl->id, hpet_address);

Completed in 190 milliseconds