Searched refs:STORE (Results 1 – 2 of 2) sorted by relevance
/sound/oss/ |
D | midi_synth.c | 31 #define STORE(cmd) \ macro 51 STORE(SEQ_START_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 57 STORE(SEQ_STOP_NOTE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 61 STORE(SEQ_KEY_PRESSURE(synthno, msg[0] & 0x0f, msg[1], msg[2])); in do_midi_msg() 65 STORE(SEQ_CONTROL(synthno, msg[0] & 0x0f, in do_midi_msg() 70 STORE(SEQ_SET_PATCH(synthno, msg[0] & 0x0f, msg[1])); in do_midi_msg() 74 STORE(SEQ_CHN_PRESSURE(synthno, msg[0] & 0x0f, msg[1])); in do_midi_msg() 78 STORE(SEQ_BENDER(synthno, msg[0] & 0x0f, in do_midi_msg()
|
D | mpu401.c | 163 #define STORE(cmd) \ macro 1659 STORE(SEQ_START_TIMER()); in timer_ext_event() 1670 STORE(SEQ_STOP_TIMER()); in timer_ext_event() 1680 STORE(SEQ_CONTINUE_TIMER()); in timer_ext_event() 1688 STORE(SEQ_SONGPOS(parm)); in timer_ext_event()
|