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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h323 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member in struct:snd_trident_voice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c1513 evoice->stimer = val;
1517 voice->stimer = val;
3655 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; local
3665 stimer = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff;
3683 delta = (int)stimer - (int)voice->stimer;
3693 voice->stimer = stimer;

Completed in 71 milliseconds