Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dquirks.c104 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
215 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
306 if (hpet_address || force_hpet_address) in vt8237_force_enable_hpet()
385 if (hpet_address || force_hpet_address) in ati_force_enable_hpet()
437 if (hpet_address || force_hpet_address) in nvidia_force_enable_hpet()
509 if (hpet_address || force_hpet_address) in e6xx_force_enable_hpet()
H A Dhpet.c52 unsigned long hpet_address; variable
90 hpet_virt_address = ioremap(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
130 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
195 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
1102 hpet_address = 0; in hpet_enable()
1124 if (!hpet_address) { in hpet_late_init()
1128 hpet_address = force_hpet_address; in hpet_late_init()
H A Ddevicetree.c124 hpet_address = r.start; in dtb_setup_hpet()
/linux-6.15/arch/x86/kernel/acpi/
H A Dboot.c901 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
908 if (!hpet_address) { in acpi_parse_hpet()
909 pr_warn("HPET id: %#x base: %#lx is invalid\n", hpet_tbl->id, hpet_address); in acpi_parse_hpet()
918 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
922 hpet_address = 0; in acpi_parse_hpet()
927 hpet_address >>= 32; in acpi_parse_hpet()
930 pr_info("HPET id: %#x base: %#lx\n", hpet_tbl->id, hpet_address); in acpi_parse_hpet()
945 hpet_res->start = hpet_address; in acpi_parse_hpet()
946 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/linux-6.15/arch/x86/include/asm/
H A Dhpet.h65 extern unsigned long hpet_address;
/linux-6.15/arch/x86/pci/
H A Dfixup.c534 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()