Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dquirks.c102 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
212 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
305 if (hpet_address || force_hpet_address) in vt8237_force_enable_hpet()
378 if (hpet_address || force_hpet_address) in ati_force_enable_hpet()
430 if (hpet_address || force_hpet_address) in nvidia_force_enable_hpet()
Dhpet.c35 unsigned long hpet_address; variable
66 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
68 __set_fixmap(VSYSCALL_HPET, hpet_address, PAGE_KERNEL_VSYSCALL_NOCACHE); in hpet_set_mapping()
105 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
140 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
819 hpet_address = 0; in hpet_enable()
836 if (!hpet_address) { in hpet_late_init()
840 hpet_address = force_hpet_address; in hpet_late_init()
/arch/x86/kernel/acpi/
Dboot.c677 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
683 if (!hpet_address) { in acpi_parse_hpet()
686 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
695 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
701 hpet_address = 0; in acpi_parse_hpet()
707 hpet_address >>= 32; in acpi_parse_hpet()
711 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
725 hpet_res->start = hpet_address; in acpi_parse_hpet()
726 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/arch/x86/include/asm/
Dhpet.h66 extern unsigned long hpet_address;