Home
last modified time | relevance | path

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

/openbmc/linux/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()