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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhpet.h66 extern unsigned long hpet_address;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dquirks.c101 if (hpet_address || force_hpet_address)
212 if (hpet_address || force_hpet_address)
303 if (hpet_address || force_hpet_address)
376 if (hpet_address || force_hpet_address)
428 if (hpet_address || force_hpet_address)
H A Dhpet.c35 unsigned long hpet_address; variable
69 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);
71 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE);
111 return !boot_hpet_disable && hpet_address;
183 hd.hd_phys_address = hpet_address;
893 hpet_address = 0;
910 if (!hpet_address) {
914 hpet_address = force_hpet_address;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dboot.c714 hpet_address = hpet_tbl->address.address;
721 if (!hpet_address) {
724 hpet_tbl->id, hpet_address);
733 if (hpet_address == 0xfed0000000000000UL) {
739 hpet_address = 0;
745 hpet_address >>= 32;
749 hpet_tbl->id, hpet_address);
763 hpet_res->start = hpet_address;
764 hpet_res->end = hpet_address + (1 * 1024) - 1;

Completed in 157 milliseconds