Home
last modified time | relevance | path

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

/sound/pci/emu10k1/
Dio.c444 unsigned int sol; in snd_emu10k1_voice_set_loop_stop() local
450 sol = inl(emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
451 sol |= 1 << (voicenum - 32); in snd_emu10k1_voice_set_loop_stop()
454 sol = inl(emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
455 sol |= 1 << voicenum; in snd_emu10k1_voice_set_loop_stop()
457 outl(sol, emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
464 unsigned int sol; in snd_emu10k1_voice_clear_loop_stop() local
470 sol = inl(emu->port + DATA); in snd_emu10k1_voice_clear_loop_stop()
471 sol &= ~(1 << (voicenum - 32)); in snd_emu10k1_voice_clear_loop_stop()
474 sol = inl(emu->port + DATA); in snd_emu10k1_voice_clear_loop_stop()
[all …]