Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dquirks.c56 unsigned long force_hpet_address; variable
73 if (!force_hpet_address) in ich_force_hpet_resume()
100 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
125 force_hpet_address = 0xFED00000 | (val << 12); in ich_force_enable_hpet()
127 "0x%lx\n", force_hpet_address); in ich_force_enable_hpet()
140 force_hpet_address = 0xFED00000 | (val << 12); in ich_force_enable_hpet()
144 force_hpet_address = 0; in ich_force_enable_hpet()
151 "0x%lx\n", force_hpet_address); in ich_force_enable_hpet()
189 if (!force_hpet_address || !cached_dev) in old_ich_force_hpet_resume()
211 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
[all …]
Dhpet.c943 if (!force_hpet_address) in hpet_late_init()
946 hpet_address = force_hpet_address; in hpet_late_init()
/arch/x86/include/asm/
Dhpet.h65 extern unsigned long force_hpet_address;