Searched refs:timer2 (Results 1 - 11 of 11) 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.c115 struct snd_timer *timer = gus->gf1.timer2;
153 gus->gf1.timer2 = NULL;
161 if (gus->gf1.timer1 != NULL || gus->gf1.timer2 != NULL)
189 gus->gf1.timer2 = timer;
199 if (gus->gf1.timer2) {
200 snd_device_free(gus->card, gus->gf1.timer2);
201 gus->gf1.timer2 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dtmem.c160 CSCtimerType timer2 = CSCtimerInit(); local
205 (void)CSCtimerMark (timer2);
208 (void)CSCtimerDiff (timer2, &duration2_10);
232 (void)CSCtimerMark (timer2);
235 (void)CSCtimerDiff (timer2, &duration2_100);
259 (void)CSCtimerMark (timer2);
262 (void)CSCtimerDiff (timer2, &duration2_1000);
286 (void)CSCtimerMark (timer2);
289 (void)CSCtimerDiff (timer2, &duration2_5000);
369 (void)CSCtimerDone (timer2);
[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.h61 volatile u8 timer2; member in struct:pi1_regs
/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,
426 outb(timer2 & 0xff, dev->iobase + PCL711_CTR2);
427 outb((timer2 >> 8) & 0xff, dev->iobase + PCL711_CTR2);
/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
577 * timer and timer2 as next CFP duration start
582 timer2 = 0xffffffff;
585 timer2 = 0x0007ffff;
594 * beacon alert (DBA) timer and timer2 as next
597 timer2 = (next_beacon - AR5K_TUNE_SW_BEACON_RESP) << 3;
616 ath5k_hw_reg_write(ah, timer2, AR5K_TIMER2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_lib.c285 opl3->timer2 = timer;
312 timer = opl3->timer2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h312 struct snd_timer *timer2; member in struct:snd_opl3
H A Dgus.h371 struct snd_timer *timer2; 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.c74 static DEFINE_CLK(timer2, 21);
101 DEF_CLKLOOK(&clk_timer2, NULL, "timer2"),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S179 ;; using timer2, in 16-bit baud-rate-generator mode
H A Dxircom_pgs.S217 ;; using timer2, in 16-bit baud-rate-generator mode

Completed in 149 milliseconds