Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhpet.c59 static void __iomem *hpet_virt_address; variable
78 return readl(hpet_virt_address + a); in hpet_readl()
83 writel(d, hpet_virt_address + a); in hpet_writel()
88 hpet_virt_address = ioremap(hpet_address, HPET_MMAP_SIZE); in hpet_set_mapping()
93 iounmap(hpet_virt_address); in hpet_clear_mapping()
94 hpet_virt_address = NULL; in hpet_clear_mapping()
194 hd.hd_address = hpet_virt_address; in hpet_reserve_platform_timers()
904 if (!hpet_virt_address) in hpet_enable()
1030 if (!hpet_virt_address) in hpet_late_init()
1062 if (!is_hpet_capable() || !hpet_virt_address) in hpet_disable()