Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/midi/
H A Dmidi.c79 #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 Dsequencer.c96 #define PCMMKMINOR(u, d, c) \ macro
98 #define MIDIMKMINOR(u, d, c) PCMMKMINOR(u, d, c)