Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/
Dhpet.c98 struct hpet __iomem *hd_hpet;
112 struct hpet __iomem *hp_hpet;
166 struct hpet __iomem *hpet = devp->hd_hpet; in hpet_interrupt() local
171 mc = read_counter(&hpet->hpet_mc); in hpet_interrupt()
442 struct hpet __iomem *hpet; in hpet_ioctl_ieon() local
449 hpet = devp->hd_hpet; in hpet_ioctl_ieon()
481 write_counter(read_counter(&hpet->hpet_mc), in hpet_ioctl_ieon()
485 writel(isr, &hpet->hpet_isr); in hpet_ioctl_ieon()
527 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon()
536 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon()
[all …]
DMakefile29 obj-$(CONFIG_HPET) += hpet.o
DKconfig524 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
/linux-3.4.99/arch/x86/kernel/
Dtsc.c125 static u64 tsc_read_refs(u64 *p, int hpet) in tsc_read_refs() argument
132 if (hpet) in tsc_read_refs()
407 int hpet = is_hpet_enabled(), i, loopmin; in native_calibrate_tsc() local
455 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
457 tsc2 = tsc_read_refs(&ref2, hpet); in native_calibrate_tsc()
472 if (hpet) in native_calibrate_tsc()
492 hpet ? "HPET" : "PMTIMER", i + 1); in native_calibrate_tsc()
517 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()
531 hpet ? "HPET" : "PMTIMER"); in native_calibrate_tsc()
537 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()
[all …]
Dhpet.c182 struct hpet __iomem *hpet = hpet_virt_address; in hpet_reserve_platform_timers() local
183 struct hpet_timer __iomem *timer = &hpet->hpet_timers[2]; in hpet_reserve_platform_timers()
191 hd.hd_address = hpet; in hpet_reserve_platform_timers()
DMakefile79 obj-$(CONFIG_HPET_TIMER) += hpet.o
/linux-3.4.99/Documentation/timers/
D00-INDEX5 hpet.txt
8 - sample hpet timer test program
Dhpet.txt26 arch/x86/kernel/hpet.c.
/linux-3.4.99/Documentation/devicetree/bindings/x86/
Dtimer.txt6 compatible = "intel,ce4100-hpet";
/linux-3.4.99/include/linux/
Dhpet.h12 struct hpet { struct
DKbuild153 header-y += hpet.h
/linux-3.4.99/arch/x86/platform/ce4100/
Dfalconfalls.dts43 compatible = "intel,ce4100-hpet";
/linux-3.4.99/Documentation/ioctl/
Dioctl-number.txt220 'h' 00-1F linux/hpet.h conflict!
/linux-3.4.99/Documentation/
Dkernel-parameters.txt489 [X86-32] pit,hpet,tsc;
496 [X86-64] hpet,tsc
930 hpet= [X86-32,HPET] option to control HPET usage
Ddevices.txt441 228 = /dev/hpet HPET driver
/linux-3.4.99/
DMAINTAINERS3230 F: Documentation/timers/hpet.txt
3231 F: drivers/char/hpet.c
3232 F: include/linux/hpet.h
3237 F: arch/x86/kernel/hpet.c
3238 F: arch/x86/include/asm/hpet.h