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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A DMakefile22 obj-$(CONFIG_M520x) += pit.o
23 obj-$(CONFIG_M523x) += pit.o
25 obj-$(CONFIG_M527x) += pit.o
29 obj-$(CONFIG_M528x) += pit.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/bvme6000/
H A Dconfig.c68 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; local
76 pit->pcddr |= 0x10; /* WDOG enable */
107 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; local
132 pit->pgcr = 0x00; /* Unidirectional 8 bit, no handshake for now */
133 pit->psrr = 0x18; /* PIACK and PIRQ functions enabled */
134 pit->pacr = 0x00; /* Sub Mode 00, H2 i/p, no DMA */
135 pit->padr = 0x00; /* Just to be tidy! */
136 pit->paddr = 0x00; /* All inputs for now (safest) */
137 pit->pbcr = 0x80; /* Sub Mode 1x, H4 i/p, no DMA */
138 pit
230 volatile PitRegsPtr pit = (PitRegsPtr)BVME_PIT_BASE; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtimex.h9 #include <asm/8253pit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dpcspkr.c20 #include <asm/8253pit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_ruffian.c28 #include <asm/8253pit.h>
81 outb(0xb6, 0x43); /* pit counter 2: speaker */
H A Dtime.c48 #include <asm/8253pit.h>
171 outb(0x36, 0x43); /* pit counter 0: system timer */
175 outb(0xb6, 0x43); /* pit counter 2: speaker */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di8259.c13 #include <asm/8253pit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtime.c35 #include <asm/8253pit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Dppc_40x.h51 #define pit 0x3db /* programmable interval time */ macro

Completed in 133 milliseconds