Home
last modified time | relevance | path

Searched refs:stimer (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident.h307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member
H A Dtrident_main.c1519 evoice->stimer = val; in snd_trident_trigger()
1523 voice->stimer = val; in snd_trident_trigger()
3621 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; in snd_trident_interrupt() local
3631 stimer = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff; in snd_trident_interrupt()
3647 delta = (int)stimer - (int)voice->stimer; in snd_trident_interrupt()
3657 voice->stimer = stimer; in snd_trident_interrupt()
/linux/arch/x86/include/asm/
H A Dkvm_host.h703 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member