Home
last modified time | relevance | path

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

/linux-4.1.27/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.c37 unsigned long hpet_address; variable
76 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
120 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
192 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
898 hpet_address = 0; in hpet_enable()
915 if (!hpet_address) { in hpet_late_init()
919 hpet_address = force_hpet_address; in hpet_late_init()
Ddevicetree.c134 hpet_address = r.start; in dtb_setup_hpet()
/linux-4.1.27/arch/x86/kernel/acpi/
Dboot.c876 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
883 if (!hpet_address) { in acpi_parse_hpet()
886 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
895 if (hpet_address == 0xfed0000000000000UL) { in acpi_parse_hpet()
901 hpet_address = 0; in acpi_parse_hpet()
907 hpet_address >>= 32; in acpi_parse_hpet()
911 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
925 hpet_res->start = hpet_address; in acpi_parse_hpet()
926 hpet_res->end = hpet_address + (1 * 1024) - 1; in acpi_parse_hpet()
/linux-4.1.27/arch/x86/vdso/
Dvma.c160 if (hpet_address && image->sym_hpet_page) { in map_vdso()
163 hpet_address >> PAGE_SHIFT, in map_vdso()
/linux-4.1.27/arch/x86/include/asm/
Dhpet.h64 extern unsigned long hpet_address;
/linux-4.1.27/arch/x86/pci/
Dfixup.c532 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()