Home
last modified time | relevance | path

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

/linux/drivers/char/
A Dhpet.c92 struct hpet __iomem *hd_hpet;
106 struct hpet __iomem *hp_hpet;
160 struct hpet __iomem *hpet = devp->hd_hpet; in hpet_interrupt() local
456 struct hpet __iomem *hpet; in hpet_ioctl_ieon() local
463 hpet = devp->hd_hpet; in hpet_ioctl_ieon()
784 struct hpet __iomem *hpet; in __hpet_calibrate() local
795 hpet = hpetp->hp_hpet; in __hpet_calibrate()
841 struct hpet __iomem *hpet; in hpet_alloc() local
873 hpet = hpetp->hp_hpet; in hpet_alloc()
875 cap = readq(&hpet->hpet_cap); in hpet_alloc()
[all …]
A DMakefile22 obj-$(CONFIG_HPET) += hpet.o
A DKconfig360 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
/linux/arch/x86/kernel/
A Dtsc.c325 if (hpet) in tsc_read_refs()
764 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu()
766 tsc2 = tsc_read_refs(&ref2, hpet); in pit_hpet_ptimer_calibrate_cpu()
781 if (hpet) in pit_hpet_ptimer_calibrate_cpu()
800 hpet ? "HPET" : "PMTIMER", i + 1); in pit_hpet_ptimer_calibrate_cpu()
825 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
838 hpet ? "HPET" : "PMTIMER"); in pit_hpet_ptimer_calibrate_cpu()
844 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
1334 static int hpet; in tsc_refine_calibration_work() local
1354 hpet = is_hpet_enabled(); in tsc_refine_calibration_work()
[all …]
A Dhpet.c790 static union hpet_lock hpet __cacheline_aligned = {
810 old.lockval = READ_ONCE(hpet.lockval); in read_hpet()
816 if (arch_spin_trylock(&hpet.lock)) { in read_hpet()
821 WRITE_ONCE(hpet.value, new.value); in read_hpet()
822 arch_spin_unlock(&hpet.lock); in read_hpet()
843 new.lockval = READ_ONCE(hpet.lockval); in read_hpet()
A DMakefile121 obj-$(CONFIG_HPET_TIMER) += hpet.o
/linux/Documentation/devicetree/bindings/x86/
A Dtimer.txt6 compatible = "intel,ce4100-hpet";
/linux/Documentation/timers/
A Dindex.rst11 hpet
A Dhpet.rst26 arch/x86/kernel/hpet.c.
/linux/arch/mips/loongson64/
A DMakefile10 obj-$(CONFIG_RS780_HPET) += hpet.o
A DKconfig10 This option enables the hpet timer of AMD RS780/SBX00.
/linux/include/linux/
A Dhpet.h12 struct hpet { struct
/linux/arch/x86/platform/ce4100/
A Dfalconfalls.dts40 compatible = "intel,ce4100-hpet";
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst243 'h' 00-1F linux/hpet.h conflict!
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt586 [X86-32] pit,hpet,tsc;
593 [X86-64] hpet,tsc
1573 hpet= [X86-32,HPET] option to control HPET usage
A Ddevices.txt364 228 = /dev/hpet HPET driver
/linux/
A DMAINTAINERS8708 F: Documentation/timers/hpet.rst
8709 F: drivers/char/hpet.c
8710 F: include/linux/hpet.h
8711 F: include/uapi/linux/hpet.h
8715 F: arch/x86/include/asm/hpet.h
8716 F: arch/x86/kernel/hpet.c

Completed in 46 milliseconds