Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds