Searched refs:stimer (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h341 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member in struct:snd_trident_voice
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c1514 evoice->stimer = val;
1518 voice->stimer = val;
3670 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; local
3680 stimer = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff;
3698 delta = (int)stimer - (int)voice->stimer;
3708 voice->stimer = stimer;

Completed in 25 milliseconds