Searched refs:timer1 (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_timer.c106 struct snd_timer *timer = gus->gf1.timer1;
147 gus->gf1.timer1 = NULL;
161 if (gus->gf1.timer1 != NULL || gus->gf1.timer2 != NULL)
179 gus->gf1.timer1 = timer;
195 if (gus->gf1.timer1) {
196 snd_device_free(gus->card, gus->gf1.timer1);
197 gus->gf1.timer1 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dtmem.c159 CSCtimerType timer1 = CSCtimerInit(); local
194 (void)CSCtimerMark (timer1);
200 (void)CSCtimerDiff (timer1, &duration1_10);
221 (void)CSCtimerMark (timer1);
227 (void)CSCtimerDiff (timer1, &duration1_100);
248 (void)CSCtimerMark (timer1);
254 (void)CSCtimerDiff (timer1, &duration1_1000);
275 (void)CSCtimerMark (timer1);
281 (void)CSCtimerDiff (timer1, &duration1_5000);
368 (void)CSCtimerDone (timer1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dpi1.h58 volatile u8 timer1; member in struct:pi1_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dintr_vect_defs.h89 unsigned int timer1 : 1; member in struct:__anon8765
131 unsigned int timer1 : 1; member in struct:__anon8766
171 unsigned int timer1 : 1; member in struct:__anon8767
211 unsigned int timer1 : 1; member in struct:__anon8768
H A Dpinmux_defs.h102 unsigned int timer1 : 1; member in struct:__anon8977
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dpcl711.c401 int timer1, timer2; local
417 timer1 = timer2 = 0;
418 i8253_cascade_ns_to_timer(i8253_osc_base, &timer1, &timer2,
423 outb(timer1 & 0xff, dev->iobase + PCL711_CTR1);
424 outb((timer1 >> 8) & 0xff, dev->iobase + PCL711_CTR1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_lib.c112 /* Set timer1 to 0xff */
265 opl3->timer1 = timer;
308 timer = opl3->timer1;
470 snd_device_free(opl3->card, opl3->timer1);
471 opl3->timer1 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dirq.h19 #define TIMER1_IRQ_NBR IO_BITNR(R_VECT_MASK_RD, timer1) /* 3 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dpcu.c568 u32 timer1, timer2, timer3; local
576 /* In STA mode timer1 is used as next wakeup
581 timer1 = 0xffffffff;
584 timer1 = 0x0000ffff;
593 /* On non-STA modes timer1 is used as next DMA
596 timer1 = (next_beacon - AR5K_TUNE_DMA_BEACON_RESP) << 3;
615 ath5k_hw_reg_write(ah, timer1, AR5K_TIMER1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c833 struct snd_timer *timer1; local
842 list_for_each_entry(timer1, &snd_timer_list, device_list) {
843 if (timer1->tmr_class > timer->tmr_class)
845 if (timer1->tmr_class < timer->tmr_class)
847 if (timer1->card && timer->card) {
848 if (timer1->card->number > timer->card->number)
850 if (timer1->card->number < timer->card->number)
853 if (timer1->tmr_device > timer->tmr_device)
855 if (timer1->tmr_device < timer->tmr_device)
857 if (timer1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dfasttimer.c177 /* Clear timer1 irq */
178 *R_IRQ_MASK0_CLR = IO_STATE(R_IRQ_MASK0_CLR, timer1, clr);
199 /* Enable timer1 irq */
200 *R_IRQ_MASK0_SET = IO_STATE(R_IRQ_MASK0_SET, timer1, set);
345 /* Clear timer1 irq */
346 *R_IRQ_MASK0_CLR = IO_STATE(R_IRQ_MASK0_CLR, timer1, clr);
411 DEBUG_LOG("!timer1 %i function==NULL!\n", fast_timer_ints);
852 printk("err: timer1 irq\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h311 struct snd_timer *timer1; member in struct:snd_opl3
H A Dgus.h370 struct snd_timer *timer1; member in struct:snd_gf1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dcpu.c73 static DEFINE_CLK(timer1, 20);
100 DEF_CLKLOOK(&clk_timer1, NULL, "timer1"),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dtnetv107x.c208 lpsc_clk(timer1, sys_half_clk, TIMER1);
277 CLK(NULL, "timer1", &clk_timer1),

Completed in 125 milliseconds