Searched refs:MPU401_RESET (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_mpu401.c | 26 #define MPU401_RESET 0xff macro 57 hwwrite(vortex->mmio, VORTEX_MIDI_CMD, MPU401_RESET); in snd_vortex_midi()
|
| H A D | au88x0.h | 32 #define MPU401_RESET 0xff macro
|
| /linux/sound/drivers/mpu401/ |
| H A D | mpu401_uart.c | 246 if (snd_mpu401_uart_cmd(mpu, MPU401_RESET, 1)) in snd_mpu401_do_reset() 315 err = snd_mpu401_uart_cmd(mpu, MPU401_RESET, 0); in snd_mpu401_uart_input_close() 332 err = snd_mpu401_uart_cmd(mpu, MPU401_RESET, 0); in snd_mpu401_uart_output_close()
|
| /linux/include/sound/ |
| H A D | mpu401.h | 101 #define MPU401_RESET 0xff macro
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1x.c | 1158 #define MPU401_RESET 0xff macro 1268 if (snd_emu10k1x_midi_cmd(emu, midi, MPU401_RESET, 1)) in snd_emu10k1x_midi_input_open() 1289 if (snd_emu10k1x_midi_cmd(emu, midi, MPU401_RESET, 1)) in snd_emu10k1x_midi_output_open() 1311 return snd_emu10k1x_midi_cmd(emu, midi, MPU401_RESET, 0); in snd_emu10k1x_midi_input_close() 1329 return snd_emu10k1x_midi_cmd(emu, midi, MPU401_RESET, 0); in snd_emu10k1x_midi_output_close()
|
| /linux/sound/pci/oxygen/ |
| H A D | oxygen_io.c | 239 _write_uart(chip, 1, MPU401_RESET); in oxygen_reset_uart()
|