Searched refs:sol (Results 1 – 1 of 1) sorted by relevance
444 unsigned int sol; in snd_emu10k1_voice_set_loop_stop() local450 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() local470 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 …]