Lines Matching refs:speed
127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law()
163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8()
200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8()
237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
405 u_char speed; in Q40PlayNextFrame() local
420 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame()
433 master_outb( speed, SAMPLE_RATE_REG); in Q40PlayNextFrame()
517 if ((100 * abs(dmasound.soft.speed - freq[i]) / freq[i]) <= catchRadius) in Q40Init()
525 dmasound.soft.speed = freq[idx]; in Q40Init()
532 if (dmasound.hard.speed > 20200) { in Q40Init()
534 dmasound.hard.speed = 20000; in Q40Init()
536 } else if (dmasound.hard.speed > 10000) { in Q40Init()
537 dmasound.hard.speed = 20000; in Q40Init()
539 dmasound.hard.speed = 10000; in Q40Init()
541 expand_bal = -dmasound.soft.speed; in Q40Init()
584 .speed = 10000
591 .speed = 8000