Home
last modified time | relevance | path

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

/linux-6.1.9/sound/synth/emux/
Demux_synth.c539 #define HI_BYTE(v) (((v) >> 8) & 0xff) macro
572 pitch = (HI_BYTE(parm->pefe) << 4) + vp->apitch; in setup_voice()