/linux-2.6.39/sound/isa/gus/ |
D | gus_timer.c | 106 struct snd_timer *timer = gus->gf1.timer1; in snd_gf1_interrupt_timer1() 147 gus->gf1.timer1 = NULL; in snd_gf1_timer1_free() 161 if (gus->gf1.timer1 != NULL || gus->gf1.timer2 != NULL) in snd_gf1_timers_init() 179 gus->gf1.timer1 = timer; in snd_gf1_timers_init() 195 if (gus->gf1.timer1) { in snd_gf1_timers_done() 196 snd_device_free(gus->card, gus->gf1.timer1); in snd_gf1_timers_done() 197 gus->gf1.timer1 = NULL; in snd_gf1_timers_done()
|
/linux-2.6.39/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | intr_vect_defs.h | 89 unsigned int timer1 : 1; member 131 unsigned int timer1 : 1; member 171 unsigned int timer1 : 1; member 211 unsigned int timer1 : 1; member
|
D | pinmux_defs.h | 102 unsigned int timer1 : 1; member
|
/linux-2.6.39/drivers/staging/comedi/drivers/ |
D | pcl711.c | 402 int timer1, timer2; in pcl711_ai_cmd() local 418 timer1 = timer2 = 0; in pcl711_ai_cmd() 419 i8253_cascade_ns_to_timer(i8253_osc_base, &timer1, &timer2, in pcl711_ai_cmd() 424 outb(timer1 & 0xff, dev->iobase + PCL711_CTR1); in pcl711_ai_cmd() 425 outb((timer1 >> 8) & 0xff, dev->iobase + PCL711_CTR1); in pcl711_ai_cmd()
|
/linux-2.6.39/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 591 u32 timer1, timer2, timer3; in ath5k_hw_init_beacon() local 604 timer1 = 0xffffffff; in ath5k_hw_init_beacon() 607 timer1 = 0x0000ffff; in ath5k_hw_init_beacon() 619 timer1 = (next_beacon - AR5K_TUNE_DMA_BEACON_RESP) << 3; in ath5k_hw_init_beacon() 638 ath5k_hw_reg_write(ah, timer1, AR5K_TIMER1); in ath5k_hw_init_beacon()
|
/linux-2.6.39/sound/drivers/opl3/ |
D | opl3_lib.c | 265 opl3->timer1 = timer; in snd_opl3_timer1_init() 311 timer = opl3->timer1; in snd_opl3_interrupt() 473 snd_device_free(opl3->card, opl3->timer1); in snd_opl3_timer_new() 474 opl3->timer1 = NULL; in snd_opl3_timer_new()
|
/linux-2.6.39/arch/mips/include/asm/sgi/ |
D | pi1.h | 58 volatile u8 timer1; member
|
/linux-2.6.39/sound/core/ |
D | timer.c | 835 struct snd_timer *timer1; in snd_timer_dev_register() local 844 list_for_each_entry(timer1, &snd_timer_list, device_list) { in snd_timer_dev_register() 845 if (timer1->tmr_class > timer->tmr_class) in snd_timer_dev_register() 847 if (timer1->tmr_class < timer->tmr_class) in snd_timer_dev_register() 849 if (timer1->card && timer->card) { in snd_timer_dev_register() 850 if (timer1->card->number > timer->card->number) in snd_timer_dev_register() 852 if (timer1->card->number < timer->card->number) in snd_timer_dev_register() 855 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register() 857 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register() 859 if (timer1->tmr_subdevice > timer->tmr_subdevice) in snd_timer_dev_register() [all …]
|
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | irq.h | 19 #define TIMER1_IRQ_NBR IO_BITNR(R_VECT_MASK_RD, timer1) /* 3 */
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | fasttimer.c | 182 *R_IRQ_MASK0_CLR = IO_STATE(R_IRQ_MASK0_CLR, timer1, clr); in start_timer1() 204 *R_IRQ_MASK0_SET = IO_STATE(R_IRQ_MASK0_SET, timer1, set); in start_timer1() 350 *R_IRQ_MASK0_CLR = IO_STATE(R_IRQ_MASK0_CLR, timer1, clr); in timer1_handler()
|
/linux-2.6.39/arch/arm/mach-w90x900/ |
D | cpu.c | 73 static DEFINE_CLK(timer1, 20);
|
/linux-2.6.39/include/sound/ |
D | opl3.h | 311 struct snd_timer *timer1; member
|
D | gus.h | 370 struct snd_timer *timer1; member
|
/linux-2.6.39/arch/arm/mach-davinci/ |
D | tnetv107x.c | 196 lpsc_clk_enabled(timer1, sys_half_clk, TIMER1);
|
/linux-2.6.39/arch/cris/ |
D | Kconfig | 96 timer1 to get sub jiffie resolution timers (primarily one-shot
|