Home
last modified time | relevance | path

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

/linux-6.1.9/sound/synth/emux/
Demux_synth.c538 #define LO_BYTE(v) ((v) & 0xff) macro
570 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice()
576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice()
596 if (LO_BYTE(parm->modatkhld) >= 0x80) { in setup_voice()
604 if (LO_BYTE(parm->volatkhld) >= 0x80 && parm->voldelay >= 0x8000) { in setup_voice()
610 if (LO_BYTE(parm->volatkhld) >= 0x80) { in setup_voice()
789 && LO_BYTE(vp->reg.parm.volatkhld) < 0x7d) { in calc_volume()