Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dquirks.c100 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
211 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
302 if (hpet_address || force_hpet_address) in vt8237_force_enable_hpet()
381 if (hpet_address || force_hpet_address) in ati_force_enable_hpet()
433 if (hpet_address || force_hpet_address) in nvidia_force_enable_hpet()
506 if (hpet_address || force_hpet_address) in e6xx_force_enable_hpet()
Dhpet.c39 unsigned long hpet_address; variable
78 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
122 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
194 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
925 hpet_address = 0; in hpet_enable()
942 if (!hpet_address) { in hpet_late_init()
946 hpet_address = force_hpet_address; in hpet_late_init()
Ddevicetree.c135 hpet_address = r.start; in dtb_setup_hpet()
/arch/x86/kernel/acpi/
Dboot.c864 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
871 if (!hpet_address) { in acpi_parse_hpet()
874 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
883 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
889 hpet_address = 0; in acpi_parse_hpet()
895 hpet_address >>= 32; in acpi_parse_hpet()
899 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
913 hpet_res->start = hpet_address; in acpi_parse_hpet()
914 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/arch/x86/entry/vdso/
Dvma.c163 if (hpet_address && image->sym_hpet_page) { in map_vdso()
166 hpet_address >> PAGE_SHIFT, in map_vdso()
/arch/x86/include/asm/
Dhpet.h64 extern unsigned long hpet_address;
/arch/x86/pci/
Dfixup.c519 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()