Lines Matching refs:speed
126 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law()
162 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8()
199 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8()
236 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
275 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
314 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
404 u_char speed; in Q40PlayNextFrame() local
419 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame()
432 master_outb( speed, SAMPLE_RATE_REG); in Q40PlayNextFrame()
516 if ((100 * abs(dmasound.soft.speed - freq[i]) / freq[i]) <= catchRadius) in Q40Init()
524 dmasound.soft.speed = freq[idx]; in Q40Init()
531 if (dmasound.hard.speed > 20200) { in Q40Init()
533 dmasound.hard.speed = 20000; in Q40Init()
535 } else if (dmasound.hard.speed > 10000) { in Q40Init()
536 dmasound.hard.speed = 20000; in Q40Init()
538 dmasound.hard.speed = 10000; in Q40Init()
540 expand_bal = -dmasound.soft.speed; in Q40Init()
583 .speed = 10000
590 .speed = 8000