Home
last modified time | relevance | path

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

/linux/sound/synth/emux/
H A Demux_synth.c518 #define LO_BYTE(v) ((v) & 0xff) macro
550 if (LO_BYTE(parm->modatkhld) >= 0x80 && parm->moddelay >= 0x8000) { in setup_voice()
556 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice()
576 if (LO_BYTE(parm->modatkhld) >= 0x80) { in setup_voice()
584 if (LO_BYTE(parm->volatkhld) >= 0x80 && parm->voldelay >= 0x8000) { in setup_voice()
590 if (LO_BYTE(parm->volatkhld) >= 0x80) { in setup_voice()
769 && LO_BYTE(vp->reg.parm.volatkhld) < 0x7d) { in calc_volume()