Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dquirks.c60 unsigned long force_hpet_address; variable
77 if (!force_hpet_address) in ich_force_hpet_resume()
102 if (hpet_address || force_hpet_address) in ich_force_enable_hpet()
127 force_hpet_address = 0xFED00000 | (val << 12); in ich_force_enable_hpet()
129 "0x%lx\n", force_hpet_address); in ich_force_enable_hpet()
142 force_hpet_address = 0xFED00000 | (val << 12); in ich_force_enable_hpet()
146 force_hpet_address = 0; in ich_force_enable_hpet()
153 "0x%lx\n", force_hpet_address); in ich_force_enable_hpet()
191 if (!force_hpet_address || !cached_dev) in old_ich_force_hpet_resume()
213 if (hpet_address || force_hpet_address) in old_ich_force_enable_hpet()
[all …]
Dhpet.c1133 if (!force_hpet_address) in hpet_late_init()
1136 hpet_address = force_hpet_address; in hpet_late_init()
/linux-5.19.10/arch/x86/include/asm/
Dhpet.h66 extern unsigned long force_hpet_address;