Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dhpet.c53 unsigned long hpet_address; variable
91 hpet_virt_address = ioremap(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
131 return !boot_hpet_disable && hpet_address; in is_hpet_capable()
196 hd.hd_phys_address = hpet_address; in hpet_reserve_platform_timers()
1103 hpet_address = 0; in hpet_enable()
1125 if (!hpet_address) { in hpet_late_init()
1129 hpet_address = force_hpet_address; in hpet_late_init()
H A Ddevicetree.c124 hpet_address = r.start; in dtb_setup_hpet()
/linux/arch/x86/include/asm/
H A Dhpet.h65 extern unsigned long hpet_address;
/linux/arch/x86/pci/
H A Dfixup.c574 if (r->flags & IORESOURCE_MEM && r->start == hpet_address) { in sb600_hpet_quirk()