Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/ali5451/
H A Dali5451.c617 unsigned long begintimer,currenttimer; in snd_ali_delay() local
620 currenttimer = inl(ALI_REG(codec, ALI_STIMER)); in snd_ali_delay()
622 while (currenttimer < begintimer + interval) { in snd_ali_delay()
625 currenttimer = inl(ALI_REG(codec, ALI_STIMER)); in snd_ali_delay()
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c616 unsigned long begintimer,currenttimer; in snd_ali_delay() local
619 currenttimer = inl(ALI_REG(codec, ALI_STIMER)); in snd_ali_delay()
621 while (currenttimer < begintimer + interval) { in snd_ali_delay()
624 currenttimer = inl(ALI_REG(codec, ALI_STIMER)); in snd_ali_delay()

Completed in 6 milliseconds