Searched refs:PCMMKMINOR (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/sound/midi/ |
| H A D | midi.c | 79 #define PCMMKMINOR(u, d, c) ((((c) & 0xff) << 16) | (((u) & 0x0f) << 4) | ((d) & 0x0f)) macro 80 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)
|
| H A D | sequencer.c | 96 #define PCMMKMINOR(u, d, c) \ macro 98 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)
|