Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dquirks.c101 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
212 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
303 if (hpet_address || force_hpet_address) in vt8237_force_enable_hpet()
382 if (hpet_address || force_hpet_address) in ati_force_enable_hpet()
434 if (hpet_address || force_hpet_address) in nvidia_force_enable_hpet()
506 if (hpet_address || force_hpet_address) in e6xx_force_enable_hpet()
Dhpet.c49 unsigned long hpet_address; variable
87 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
127 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
192 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
919 hpet_address = 0; in hpet_enable()
941 if (!hpet_address) { in hpet_late_init()
945 hpet_address = force_hpet_address; in hpet_late_init()
Ddevicetree.c131 hpet_address = r.start; in dtb_setup_hpet()
/Linux-v5.4/arch/x86/kernel/acpi/
Dboot.c877 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
884 if (!hpet_address) { in acpi_parse_hpet()
887 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
896 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
902 hpet_address = 0; in acpi_parse_hpet()
908 hpet_address >>= 32; in acpi_parse_hpet()
912 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
930 hpet_res->start = hpet_address; in acpi_parse_hpet()
931 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/Linux-v5.4/arch/x86/include/asm/
Dhpet.h65 extern unsigned long hpet_address;
/Linux-v5.4/arch/x86/pci/
Dfixup.c531 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()