Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/x86/
H A Dtimer.txt6 compatible = "intel,ce4100-hpet";
/linux/arch/x86/kernel/
H A Dhpet.c783 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()
/linux/arch/mips/loongson64/
H A DMakefile10 obj-$(CONFIG_RS780_HPET) += hpet.o
H A DKconfig10 This option enables the hpet timer of AMD RS780/SBX00.
/linux/include/linux/
H A Dhpet.h12 struct hpet { struct
/linux/drivers/char/
H A DMakefile21 obj-$(CONFIG_HPET) += hpet.o
/linux/Documentation/timers/
H A Dhpet.rst26 arch/x86/kernel/hpet.c.
/linux/Documentation/core-api/
H A Dprintk-index.rst52 <6> arch/x86/kernel/hpet.c:144 _hpet_print_config "hpet: %s(%d):\n"
/linux/arch/x86/platform/ce4100/
H A Dfalconfalls.dts40 compatible = "intel,ce4100-hpet";
/linux/Documentation/admin-guide/
H A Ddevices.txt364 228 = /dev/hpet HPET driver
H A Dkernel-parameters.txt708 [X86-32] pit,hpet,tsc;
715 [X86-64] hpet,tsc
1853 hpet= [X86-32,HPET] option to control HPET usage
/linux/
H A DMAINTAINERS10620 F: Documentation/timers/hpet.rst
10621 F: drivers/char/hpet.c
10622 F: include/linux/hpet.h
10623 F: include/uapi/linux/hpet.h
10627 F: arch/x86/include/asm/hpet.h
10628 F: arch/x86/kernel/hpet.c