Searched refs:ptarget (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/isa/sb/ |
| H A D | emu8000_pcm.c | 259 int ptarget = 1 << (pitch >> 12); in calc_pitch_target() local 260 if (pitch & 0x800) ptarget += (ptarget * 0x102e) / 0x2710; in calc_pitch_target() 261 if (pitch & 0x400) ptarget += (ptarget * 0x764) / 0x2710; in calc_pitch_target() 262 if (pitch & 0x200) ptarget += (ptarget * 0x389) / 0x2710; in calc_pitch_target() 263 ptarget += (ptarget >> 1); in calc_pitch_target() 264 if (ptarget > 0xffff) ptarget = 0xffff; in calc_pitch_target() 265 return ptarget; in calc_pitch_target()
|
| H A D | emu8000_callback.c | 313 temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux; in trigger_voice() 315 EMU8000_CPF_WRITE(hw, ch, vp->ptarget << 16); in trigger_voice()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1_callback.c | 454 unsigned int ptarget; in trigger_voice() local 465 ptarget = (unsigned int)vp->ptarget << 16; in trigger_voice() 467 ptarget = IP_TO_CP(vp->apitch); in trigger_voice() 471 PTRX, ptarget | (vp->apan << 8) | vp->aaux, in trigger_voice() 474 CPF, ptarget, in trigger_voice()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_rm31.c | 297 s32 tmax, ttarget, ptarget; in cpu_setup_pid() local 303 ptarget = ((s32)(mpu->pmaxh - mpu->padjmax)) << 16; in cpu_setup_pid() 329 pid.pmaxadj = ptarget; in cpu_setup_pid()
|
| H A D | windfarm_pm72.c | 396 s32 tmax, ttarget, ptarget; in cpu_setup_pid() local 402 ptarget = ((s32)(mpu->pmaxh - mpu->padjmax)) << 16; in cpu_setup_pid() 428 pid.pmaxadj = ptarget; in cpu_setup_pid()
|
| /linux/include/sound/ |
| H A D | emux_synth.h | 185 int ptarget; /* pitch target */ member
|