tag | line | file | source code |
---|---|---|---|
tconst | 277 | drivers/sound/sb_dsp.c | unsigned char tconst; |
tconst | 332 | drivers/sound/sb_dsp.c | tconst = (unsigned char) ((65536 - |
tconst | 338 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
tconst | 341 | drivers/sound/sb_dsp.c | tmp = 65536 - (tconst << 8); |
tconst | 349 | drivers/sound/sb_dsp.c | tconst = (256 - ((1000000 + speed / 2) / speed)) & 0xff; |
tconst | 355 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
tconst | 358 | drivers/sound/sb_dsp.c | tmp = 256 - tconst; |