Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dquirks.c102 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
213 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
304 if (hpet_address || force_hpet_address) in vt8237_force_enable_hpet()
383 if (hpet_address || force_hpet_address) in ati_force_enable_hpet()
435 if (hpet_address || force_hpet_address) in nvidia_force_enable_hpet()
508 if (hpet_address || force_hpet_address) in e6xx_force_enable_hpet()
Dhpet.c40 unsigned long hpet_address; variable
79 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
123 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
195 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
1007 hpet_address = 0; in hpet_enable()
1024 if (!hpet_address) { in hpet_late_init()
1028 hpet_address = force_hpet_address; in hpet_late_init()
Ddevicetree.c130 hpet_address = r.start; in dtb_setup_hpet()
/Linux-v4.19/arch/x86/kernel/acpi/
Dboot.c893 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
900 if (!hpet_address) { in acpi_parse_hpet()
903 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
912 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
918 hpet_address = 0; in acpi_parse_hpet()
924 hpet_address >>= 32; in acpi_parse_hpet()
928 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
942 hpet_res->start = hpet_address; in acpi_parse_hpet()
943 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/Linux-v4.19/arch/x86/include/asm/
Dhpet.h65 extern unsigned long hpet_address;
/Linux-v4.19/arch/x86/pci/
Dfixup.c531 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()