Searched refs:timer_enabled (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_timer.c43 tmp = (gus->gf1.timer_enabled |= 4);
59 tmp = (gus->gf1.timer_enabled &= ~4);
79 tmp = (gus->gf1.timer_enabled |= 8);
95 tmp = (gus->gf1.timer_enabled &= ~8);
H A Dgus_reset.c49 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~4);
54 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpc87413_wdt.c60 static unsigned long timer_enabled = 0; /* is the timer enabled? */ variable
308 if (test_and_set_bit(0, &timer_enabled))
349 clear_bit(0, &timer_enabled);
H A Dsmsc37b787_wdt.c82 static unsigned long timer_enabled = 0; /* is the timer enabled? */ variable
349 if (test_and_set_bit(0, &timer_enabled))
377 clear_bit(0, &timer_enabled);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dgus.h392 unsigned short timer_enabled; member in struct:snd_gf1

Completed in 74 milliseconds