Searched refs:pit (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | i8254.c | 252 queue_work(ps->pit->wq, &ps->pit->expired); in kvm_pit_ack_irq() 259 struct kvm_pit *pit = vcpu->kvm->arch.vpit; in __kvm_migrate_pit_timer() local 262 if (!kvm_vcpu_is_bsp(vcpu) || !pit) in __kvm_migrate_pit_timer() 265 timer = &pit->pit_state.pit_timer.timer; in __kvm_migrate_pit_timer() 270 static void destroy_pit_timer(struct kvm_pit *pit) in destroy_pit_timer() argument 272 hrtimer_cancel(&pit->pit_state.pit_timer.timer); in destroy_pit_timer() 273 cancel_work_sync(&pit->expired); in destroy_pit_timer() 289 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired); in pit_do_work() local 290 struct kvm *kvm = pit->kvm; in pit_do_work() 293 struct kvm_kpit_state *ps = &pit->pit_state; in pit_do_work() [all …]
|
D | i8254.h | 29 struct kvm_pit *pit; member 56 void kvm_pit_reset(struct kvm_pit *pit);
|
/linux-3.4.99/arch/m68k/bvme6000/ |
D | config.c | 63 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; in bvme6000_reset() local 71 pit->pcddr |= 0x10; /* WDOG enable */ in bvme6000_reset() 93 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; in config_bvme6000() local 124 pit->pgcr = 0x00; /* Unidirectional 8 bit, no handshake for now */ in config_bvme6000() 125 pit->psrr = 0x18; /* PIACK and PIRQ functions enabled */ in config_bvme6000() 126 pit->pacr = 0x00; /* Sub Mode 00, H2 i/p, no DMA */ in config_bvme6000() 127 pit->padr = 0x00; /* Just to be tidy! */ in config_bvme6000() 128 pit->paddr = 0x00; /* All inputs for now (safest) */ in config_bvme6000() 129 pit->pbcr = 0x80; /* Sub Mode 1x, H4 i/p, no DMA */ in config_bvme6000() 130 pit->pbdr = 0xbc | (*config_reg_ptr & BVME_CONFIG_SW1 ? 0 : 0x40); in config_bvme6000() [all …]
|
/linux-3.4.99/arch/m68k/platform/coldfire/ |
D | Makefile | 20 obj-$(CONFIG_M520x) += pit.o intc-simr.o reset.o 21 obj-$(CONFIG_M523x) += pit.o dma_timer.o intc-2.o reset.o 23 obj-$(CONFIG_M527x) += pit.o intc-2.o reset.o 25 obj-$(CONFIG_M528x) += pit.o intc-2.o reset.o
|
/linux-3.4.99/arch/arm/boot/dts/ |
D | at91sam9g20.dtsi | 81 pit: timer@fffffd30 { label 82 compatible = "atmel,at91sam9260-pit";
|
D | at91sam9g45.dtsi | 78 pit: timer@fffffd30 { label 79 compatible = "atmel,at91sam9260-pit";
|
D | at91sam9x5.dtsi | 80 pit: timer@fffffe30 { label 81 compatible = "atmel,at91sam9260-pit";
|
/linux-3.4.99/Documentation/devicetree/bindings/arm/ |
D | atmel-at91.txt | 5 - compatible: Should be "atmel,at91sam9260-pit"
|
/linux-3.4.99/Documentation/ |
D | kernel-parameters.txt | 476 Format: { pit | tsc | cyclone | pmtmr } 489 [X86-32] pit,hpet,tsc;
|