Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dhpet.c95 struct hpet __iomem *hd_hpet;
109 struct hpet __iomem *hp_hpet;
163 struct hpet __iomem *hpet = devp->hd_hpet; in hpet_interrupt() local
168 mc = read_counter(&hpet->hpet_mc); in hpet_interrupt()
459 struct hpet __iomem *hpet; in hpet_ioctl_ieon() local
466 hpet = devp->hd_hpet; in hpet_ioctl_ieon()
498 write_counter(read_counter(&hpet->hpet_mc), in hpet_ioctl_ieon()
502 writel(isr, &hpet->hpet_isr); in hpet_ioctl_ieon()
543 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon()
552 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon()
[all …]
DMakefile28 obj-$(CONFIG_HPET) += hpet.o
DKconfig523 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
/linux-4.1.27/arch/x86/kernel/
Dtsc.c370 static u64 tsc_read_refs(u64 *p, int hpet) in tsc_read_refs() argument
377 if (hpet) in tsc_read_refs()
652 int hpet = is_hpet_enabled(), i, loopmin; in native_calibrate_tsc() local
707 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
709 tsc2 = tsc_read_refs(&ref2, hpet); in native_calibrate_tsc()
724 if (hpet) in native_calibrate_tsc()
743 hpet ? "HPET" : "PMTIMER", i + 1); in native_calibrate_tsc()
768 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()
781 hpet ? "HPET" : "PMTIMER"); in native_calibrate_tsc()
787 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()
[all …]
Dhpet.c184 struct hpet __iomem *hpet = hpet_virt_address; in hpet_reserve_platform_timers() local
185 struct hpet_timer __iomem *timer = &hpet->hpet_timers[2]; in hpet_reserve_platform_timers()
193 hd.hd_address = hpet; in hpet_reserve_platform_timers()
DMakefile86 obj-$(CONFIG_HPET_TIMER) += hpet.o
/linux-4.1.27/Documentation/timers/
D00-INDEX5 hpet.txt
8 - sample hpet timer test program
Dhpet.txt26 arch/x86/kernel/hpet.c.
/linux-4.1.27/Documentation/devicetree/bindings/x86/
Dtimer.txt6 compatible = "intel,ce4100-hpet";
/linux-4.1.27/arch/mips/loongson/loongson-3/
DMakefile10 obj-$(CONFIG_RS780_HPET) += hpet.o
/linux-4.1.27/include/linux/
Dhpet.h11 struct hpet { struct
/linux-4.1.27/arch/mips/loongson/
DKconfig116 This option enables the hpet timer of AMD RS780/SBX00.
/linux-4.1.27/arch/x86/platform/ce4100/
Dfalconfalls.dts43 compatible = "intel,ce4100-hpet";
/linux-4.1.27/include/uapi/linux/
DKbuild147 header-y += hpet.h
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt224 'h' 00-1F linux/hpet.h conflict!
/linux-4.1.27/Documentation/
Dkernel-parameters.txt637 [X86-32] pit,hpet,tsc;
644 [X86-64] hpet,tsc
1255 hpet= [X86-32,HPET] option to control HPET usage
Ddevices.txt445 228 = /dev/hpet HPET driver
/linux-4.1.27/
DMAINTAINERS4702 F: Documentation/timers/hpet.txt
4703 F: drivers/char/hpet.c
4704 F: include/linux/hpet.h
4705 F: include/uapi/linux/hpet.h
4709 F: arch/x86/kernel/hpet.c
4710 F: arch/x86/include/asm/hpet.h