Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dhpet.c45 static void __iomem *hpet_virt_address; variable
58 return readl(hpet_virt_address + a); in hpet_readl()
63 writel(d, hpet_virt_address + a); in hpet_writel()
72 hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
80 iounmap(hpet_virt_address); in hpet_clear_mapping()
81 hpet_virt_address = NULL; in hpet_clear_mapping()
178 struct hpet __iomem *hpet = hpet_virt_address; in hpet_reserve_platform_timers()
938 if (!hpet_virt_address) in hpet_late_init()
968 if (is_hpet_capable() && hpet_virt_address) { in hpet_disable()