tag | line | file | source code |
---|---|---|---|
tconst | 228 | drivers/sound/sb_dsp.c | unsigned char tconst; |
tconst | 261 | drivers/sound/sb_dsp.c | tconst = (unsigned char) ((65536 - |
tconst | 267 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
tconst | 270 | drivers/sound/sb_dsp.c | tmp = 65536 - (tconst << 8); |
tconst | 278 | drivers/sound/sb_dsp.c | tconst = (256 - ((1000000+speed/2) / speed)) & 0xff; |
tconst | 282 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
tconst | 285 | drivers/sound/sb_dsp.c | tmp = 256 - tconst; |