Searched refs:hpet (Results 1 – 18 of 18) sorted by relevance
/linux-5.19.10/drivers/char/ |
D | hpet.c | 93 struct hpet __iomem *hd_hpet; 107 struct hpet __iomem *hp_hpet; 145 struct hpet __iomem *hpet = devp->hd_hpet; in hpet_interrupt() local 150 mc = read_counter(&hpet->hpet_mc); in hpet_interrupt() 441 struct hpet __iomem *hpet; in hpet_ioctl_ieon() local 448 hpet = devp->hd_hpet; in hpet_ioctl_ieon() 480 write_counter(read_counter(&hpet->hpet_mc), in hpet_ioctl_ieon() 484 writel(isr, &hpet->hpet_isr); in hpet_ioctl_ieon() 525 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon() 534 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon() [all …]
|
D | Makefile | 22 obj-$(CONFIG_HPET) += hpet.o
|
D | Kconfig | 361 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
|
/linux-5.19.10/arch/x86/kernel/ |
D | tsc.c | 317 static u64 tsc_read_refs(u64 *p, int hpet) in tsc_read_refs() argument 325 if (hpet) in tsc_read_refs() 722 int hpet = is_hpet_enabled(), i, loopmin; in pit_hpet_ptimer_calibrate_cpu() local 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() [all …]
|
D | hpet.c | 790 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()
|
D | Makefile | 112 obj-$(CONFIG_HPET_TIMER) += hpet.o
|
/linux-5.19.10/Documentation/devicetree/bindings/x86/ |
D | timer.txt | 6 compatible = "intel,ce4100-hpet";
|
/linux-5.19.10/Documentation/timers/ |
D | index.rst | 11 hpet
|
D | hpet.rst | 26 arch/x86/kernel/hpet.c.
|
/linux-5.19.10/arch/mips/loongson64/ |
D | Makefile | 10 obj-$(CONFIG_RS780_HPET) += hpet.o
|
D | Kconfig | 10 This option enables the hpet timer of AMD RS780/SBX00.
|
/linux-5.19.10/include/linux/ |
D | hpet.h | 12 struct hpet { struct
|
/linux-5.19.10/Documentation/core-api/ |
D | printk-index.rst | 52 <6> arch/x86/kernel/hpet.c:144 _hpet_print_config "hpet: %s(%d):\n"
|
/linux-5.19.10/arch/x86/platform/ce4100/ |
D | falconfalls.dts | 40 compatible = "intel,ce4100-hpet";
|
/linux-5.19.10/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 246 'h' 00-1F linux/hpet.h conflict!
|
/linux-5.19.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 614 [X86-32] pit,hpet,tsc; 621 [X86-64] hpet,tsc 1670 hpet= [X86-32,HPET] option to control HPET usage
|
D | devices.txt | 364 228 = /dev/hpet HPET driver
|
/linux-5.19.10/ |
D | MAINTAINERS | 9129 F: Documentation/timers/hpet.rst 9130 F: drivers/char/hpet.c 9131 F: include/linux/hpet.h 9132 F: include/uapi/linux/hpet.h 9136 F: arch/x86/include/asm/hpet.h 9137 F: arch/x86/kernel/hpet.c
|