Searched refs:hpet (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhpet.c45 #include <linux/hpet.h>
82 .name = "hpet",
93 /* A lock for concurrent access by app and isr hpet activity. */
100 struct hpet __iomem *hd_hpet;
114 struct hpet __iomem *hp_hpet;
450 struct hpet __iomem *hpet; local
457 hpet = devp->hd_hpet;
489 write_counter(read_counter(&hpet->hpet_mc),
493 writel(isr, &hpet
573 struct hpet __iomem *hpet; local
739 struct hpet __iomem *hpet; local
797 struct hpet __iomem *hpet; local
[all...]
H A DMakefile80 obj-$(CONFIG_HPET) += hpet.o
H A Drtc.c88 #include <asm/hpet.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c14 #include <asm/hpet.h>
122 static u64 tsc_read_refs(u64 *p, int hpet) argument
129 if (hpet)
406 int hpet = is_hpet_enabled(), i, loopmin; local
449 * hpet/pmtimer when available. Then do the PIT
454 tsc1 = tsc_read_refs(&ref1, hpet);
456 tsc2 = tsc_read_refs(&ref2, hpet);
462 /* hpet or pmtimer available ? */
463 if (!hpet && !ref1 && !ref2)
471 if (hpet)
[all...]
H A Dcrash.c25 #include <asm/hpet.h>
H A Dtime.c22 #include <asm/hpet.h>
H A Di8253.c16 #include <asm/hpet.h>
H A Dhpet.c8 #include <linux/hpet.h>
16 #include <asm/hpet.h>
100 __setup("hpet=", hpet_setup);
120 * is_hpet_enabled - check whether the hpet timer interrupt is enabled
131 printk(KERN_INFO "hpet: %s(%d):\n", function, line);
135 printk(KERN_INFO "hpet: ID: 0x%x, PERIOD: 0x%x\n", l, h);
138 printk(KERN_INFO "hpet: CFG: 0x%x, STATUS: 0x%x\n", l, h);
141 printk(KERN_INFO "hpet: COUNTER_l: 0x%x, COUNTER_h: 0x%x\n", l, h);
146 printk(KERN_INFO "hpet: T%d: CFG_l: 0x%x, CFG_h: 0x%x\n",
150 printk(KERN_INFO "hpet
175 struct hpet __iomem *hpet = hpet_virt_address; local
[all...]
H A DMakefile89 obj-$(CONFIG_HPET_TIMER) += hpet.o
H A Dreboot.c13 #include <asm/hpet.h>
H A Dquirks.c7 #include <asm/hpet.h>
182 "You might try hpet=force boot option\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhpet.h12 struct hpet { struct
129 #define MAX_HPET_TBS 8 /* maximum hpet timer blocks */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c22 #include <asm/hpet.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/timers/
H A Dhpet_example.c15 #include <linux/hpet.h>
58 fprintf(stderr, "-hpet: requires command\n");
67 fprintf(stderr, "-hpet: executing %s\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dintr_remapping.c6 #include <linux/hpet.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-cmos.c93 #include <asm/hpet.h>
799 is_hpet_enabled() ? ", hpet irqs" : "");
866 /* shut down hpet emulation - we don't need it for alarm */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dboot.c694 #include <asm/hpet.h>
737 "try hpet=force on the kernel command line to "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dapic.c48 #include <asm/hpet.h>
H A Dio_apic.c45 #include <linux/hpet.h>
62 #include <asm/hpet.h>

Completed in 111 milliseconds