Searched refs:tconst (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsb_audio.c263 sb_dsp_command(devc, devc->tconst);
278 sb_dsp_command(devc, devc->tconst);
302 devc->tconst = (256 - ((1000000 + speed / 2) / speed)) & 0xff;
303 tmp = 256 - devc->tconst;
455 devc->tconst = (256 - ((1000000 + s / 2) / s)) & 0xff;
456 tmp = 256 - devc->tconst;
484 sb_dsp_command(devc, devc->tconst);
510 sb_dsp_command(devc, devc->tconst);
585 devc->tconst = (256 - ((1000000 + s / 2) / s)) & 0xff;
587 tmp = 256 - devc->tconst;
[all...]
H A Dsb.h132 unsigned char tconst; member in struct:sb_devc

Completed in 42 milliseconds