Searched refs:timer_enabled (Results 1 - 6 of 6) 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.c42 tmp = (gus->gf1.timer_enabled |= 4);
58 tmp = (gus->gf1.timer_enabled &= ~4);
78 tmp = (gus->gf1.timer_enabled |= 8);
94 tmp = (gus->gf1.timer_enabled &= ~8);
H A Dgus_reset.c48 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~4);
53 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dpc87413_wdt.c61 static unsigned long timer_enabled; /* is the timer enabled? */ variable
295 if (test_and_set_bit(0, &timer_enabled))
335 clear_bit(0, &timer_enabled);
H A Dsmsc37b787_wdt.c82 static unsigned long timer_enabled; /* is the timer enabled? */ variable
357 if (test_and_set_bit(0, &timer_enabled))
389 clear_bit(0, &timer_enabled);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_it87.c99 static int timer_enabled; variable
418 timer_enabled = 0;
486 if (timer_enabled)
495 timer_enabled = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dgus.h369 unsigned short timer_enabled; member in struct:snd_gf1

Completed in 123 milliseconds