Searched refs:hpet (Results 1 – 12 of 12) sorted by relevance
6 compatible = "intel,ce4100-hpet";
783 static union hpet_lock hpet __cacheline_aligned = {803 old.lockval = READ_ONCE(hpet.lockval); in read_hpet()809 if (arch_spin_trylock(&hpet.lock)) { in read_hpet()814 WRITE_ONCE(hpet.value, new.value); in read_hpet()815 arch_spin_unlock(&hpet.lock); in read_hpet()836 new.lockval = READ_ONCE(hpet.lockval); in read_hpet()
10 obj-$(CONFIG_RS780_HPET) += hpet.o
10 This option enables the hpet timer of AMD RS780/SBX00.
12 struct hpet { struct
21 obj-$(CONFIG_HPET) += hpet.o
26 arch/x86/kernel/hpet.c.
52 <6> arch/x86/kernel/hpet.c:144 _hpet_print_config "hpet: %s(%d):\n"
40 compatible = "intel,ce4100-hpet";
364 228 = /dev/hpet HPET driver
708 [X86-32] pit,hpet,tsc;715 [X86-64] hpet,tsc1853 hpet= [X86-32,HPET] option to control HPET usage
10620 F: Documentation/timers/hpet.rst10621 F: drivers/char/hpet.c10622 F: include/linux/hpet.h10623 F: include/uapi/linux/hpet.h10627 F: arch/x86/include/asm/hpet.h10628 F: arch/x86/kernel/hpet.c