Searched refs:pit (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Di8254.c33 #define pr_fmt(fmt) "pit: " fmt
235 struct kvm_pit *pit = vcpu->kvm->arch.vpit; local
237 if (pit && kvm_vcpu_is_bsp(vcpu) && pit->pit_state.irq_ack)
238 return atomic_read(&pit->pit_state.pit_timer.pending);
256 /* in this case, we had multiple outstanding pit interrupts
259 queue_work(ps->pit->wq, &ps->pit->expired);
266 struct kvm_pit *pit = vcpu->kvm->arch.vpit; local
269 if (!kvm_vcpu_is_bsp(vcpu) || !pit)
277 destroy_pit_timer(struct kvm_pit *pit) argument
296 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired); local
450 struct kvm_pit *pit = dev_to_pit(this); local
526 struct kvm_pit *pit = dev_to_pit(this); local
596 struct kvm_pit *pit = speaker_to_pit(this); local
613 struct kvm_pit *pit = speaker_to_pit(this); local
634 kvm_pit_reset(struct kvm_pit *pit) argument
655 struct kvm_pit *pit = container_of(kimn, struct kvm_pit, mask_notifier); local
676 struct kvm_pit *pit; local
[all...]
H A Di8254.h29 struct kvm_pit *pit; member in struct:kvm_kpit_state
58 void kvm_pit_reset(struct kvm_pit *pit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A DMakefile20 obj-$(CONFIG_M520x) += pit.o intc-simr.o
21 obj-$(CONFIG_M523x) += pit.o dma_timer.o intc-2.o
23 obj-$(CONFIG_M527x) += pit.o intc-2.o
25 obj-$(CONFIG_M528x) += pit.o intc-2.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/bvme6000/
H A Dconfig.c64 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; local
72 pit->pcddr |= 0x10; /* WDOG enable */
94 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; local
118 pit->pgcr = 0x00; /* Unidirectional 8 bit, no handshake for now */
119 pit->psrr = 0x18; /* PIACK and PIRQ functions enabled */
120 pit->pacr = 0x00; /* Sub Mode 00, H2 i/p, no DMA */
121 pit->padr = 0x00; /* Just to be tidy! */
122 pit->paddr = 0x00; /* All inputs for now (safest) */
123 pit->pbcr = 0x80; /* Sub Mode 1x, H4 i/p, no DMA */
124 pit
216 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp.h18 #include <asm/8253pit.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dpcspkr.c32 #include <asm/8253pit.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_ruffian.c29 #include <asm/8253pit.h>
82 outb(0xb6, 0x43); /* pit counter 2: speaker */
H A Dtime.c49 #include <asm/8253pit.h>
231 outb(0x36, 0x43); /* pit counter 0: system timer */
235 outb(0xb6, 0x43); /* pit counter 2: speaker */

Completed in 90 milliseconds