Searched refs:hpet (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/drivers/char/ |
D | hpet.c | 94 struct hpet __iomem *hd_hpet; 108 struct hpet __iomem *hp_hpet; 162 struct hpet __iomem *hpet = devp->hd_hpet; in hpet_interrupt() local 167 mc = read_counter(&hpet->hpet_mc); in hpet_interrupt() 458 struct hpet __iomem *hpet; in hpet_ioctl_ieon() local 465 hpet = devp->hd_hpet; in hpet_ioctl_ieon() 497 write_counter(read_counter(&hpet->hpet_mc), in hpet_ioctl_ieon() 501 writel(isr, &hpet->hpet_isr); in hpet_ioctl_ieon() 542 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon() 551 m = read_counter(&hpet->hpet_mc); in hpet_ioctl_ieon() [all …]
|
D | Makefile | 27 obj-$(CONFIG_HPET) += hpet.o
|
D | Kconfig | 523 If you say Y here, you will have a miscdevice named "/dev/hpet/". Each
|
/linux-4.4.14/arch/x86/kernel/ |
D | tsc.c | 379 static u64 tsc_read_refs(u64 *p, int hpet) in tsc_read_refs() argument 386 if (hpet) in tsc_read_refs() 670 int hpet = is_hpet_enabled(), i, loopmin; in native_calibrate_tsc() local 725 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc() 727 tsc2 = tsc_read_refs(&ref2, hpet); in native_calibrate_tsc() 742 if (hpet) in native_calibrate_tsc() 761 hpet ? "HPET" : "PMTIMER", i + 1); in native_calibrate_tsc() 786 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc() 799 hpet ? "HPET" : "PMTIMER"); in native_calibrate_tsc() 805 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc() [all …]
|
D | hpet.c | 185 struct hpet __iomem *hpet = hpet_virt_address; in hpet_reserve_platform_timers() local 186 struct hpet_timer __iomem *timer = &hpet->hpet_timers[2]; in hpet_reserve_platform_timers() 194 hd.hd_address = hpet; in hpet_reserve_platform_timers()
|
D | Makefile | 85 obj-$(CONFIG_HPET_TIMER) += hpet.o
|
/linux-4.4.14/Documentation/timers/ |
D | 00-INDEX | 5 hpet.txt 8 - sample hpet timer test program
|
D | hpet.txt | 26 arch/x86/kernel/hpet.c.
|
/linux-4.4.14/Documentation/devicetree/bindings/x86/ |
D | timer.txt | 6 compatible = "intel,ce4100-hpet";
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | Makefile | 10 obj-$(CONFIG_RS780_HPET) += hpet.o
|
/linux-4.4.14/include/linux/ |
D | hpet.h | 11 struct hpet { struct
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Kconfig | 116 This option enables the hpet timer of AMD RS780/SBX00.
|
/linux-4.4.14/arch/x86/platform/ce4100/ |
D | falconfalls.dts | 43 compatible = "intel,ce4100-hpet";
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 148 header-y += hpet.h
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 230 'h' 00-1F linux/hpet.h conflict!
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 644 [X86-32] pit,hpet,tsc; 651 [X86-64] hpet,tsc 1315 hpet= [X86-32,HPET] option to control HPET usage
|
D | devices.txt | 445 228 = /dev/hpet HPET driver
|
/linux-4.4.14/ |
D | MAINTAINERS | 5063 F: Documentation/timers/hpet.txt 5064 F: drivers/char/hpet.c 5065 F: include/linux/hpet.h 5066 F: include/uapi/linux/hpet.h 5070 F: arch/x86/kernel/hpet.c 5071 F: arch/x86/include/asm/hpet.h
|