ptarget 396 drivers/macintosh/windfarm_pm72.c s32 tmax, ttarget, ptarget; ptarget 402 drivers/macintosh/windfarm_pm72.c ptarget = ((s32)(mpu->pmaxh - mpu->padjmax)) << 16; ptarget 428 drivers/macintosh/windfarm_pm72.c pid.pmaxadj = ptarget; ptarget 297 drivers/macintosh/windfarm_rm31.c s32 tmax, ttarget, ptarget; ptarget 303 drivers/macintosh/windfarm_rm31.c ptarget = ((s32)(mpu->pmaxh - mpu->padjmax)) << 16; ptarget 329 drivers/macintosh/windfarm_rm31.c pid.pmaxadj = ptarget; ptarget 185 include/sound/emux_synth.h int ptarget; /* pitch target */ ptarget 313 sound/isa/sb/emu8000_callback.c temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux; ptarget 315 sound/isa/sb/emu8000_callback.c EMU8000_CPF_WRITE(hw, ch, vp->ptarget << 16); ptarget 257 sound/isa/sb/emu8000_pcm.c int ptarget = 1 << (pitch >> 12); ptarget 258 sound/isa/sb/emu8000_pcm.c if (pitch & 0x800) ptarget += (ptarget * 0x102e) / 0x2710; ptarget 259 sound/isa/sb/emu8000_pcm.c if (pitch & 0x400) ptarget += (ptarget * 0x764) / 0x2710; ptarget 260 sound/isa/sb/emu8000_pcm.c if (pitch & 0x200) ptarget += (ptarget * 0x389) / 0x2710; ptarget 261 sound/isa/sb/emu8000_pcm.c ptarget += (ptarget >> 1); ptarget 262 sound/isa/sb/emu8000_pcm.c if (ptarget > 0xffff) ptarget = 0xffff; ptarget 263 sound/isa/sb/emu8000_pcm.c return ptarget; ptarget 465 sound/pci/emu10k1/emu10k1_callback.c unsigned int temp, ptarget; ptarget 476 sound/pci/emu10k1/emu10k1_callback.c ptarget = (unsigned int)vp->ptarget << 16; ptarget 478 sound/pci/emu10k1/emu10k1_callback.c ptarget = IP_TO_CP(vp->apitch); ptarget 481 sound/pci/emu10k1/emu10k1_callback.c temp = ptarget | (vp->apan << 8) | vp->aaux; ptarget 485 sound/pci/emu10k1/emu10k1_callback.c snd_emu10k1_ptr_write(hw, CPF, vp->ch, ptarget); ptarget 80 sound/synth/emux/emux_proc.c vp->ptarget, ptarget 587 sound/synth/emux/emux_synth.c vp->ptarget = 1 << (pitch >> 12); ptarget 588 sound/synth/emux/emux_synth.c if (pitch & 0x800) vp->ptarget += (vp->ptarget*0x102e)/0x2710; ptarget 589 sound/synth/emux/emux_synth.c if (pitch & 0x400) vp->ptarget += (vp->ptarget*0x764)/0x2710; ptarget 590 sound/synth/emux/emux_synth.c if (pitch & 0x200) vp->ptarget += (vp->ptarget*0x389)/0x2710; ptarget 591 sound/synth/emux/emux_synth.c vp->ptarget += (vp->ptarget >> 1); ptarget 592 sound/synth/emux/emux_synth.c if (vp->ptarget > 0xffff) vp->ptarget = 0xffff; ptarget 594 sound/synth/emux/emux_synth.c vp->ptarget = 0xffff;