tag | line | file | source code |
---|---|---|---|
tconst | 334 | drivers/sound/sb_dsp.c | unsigned char tconst; |
tconst | 397 | drivers/sound/sb_dsp.c | tconst = (unsigned char) ((65536 - |
tconst | 404 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
tconst | 407 | drivers/sound/sb_dsp.c | tmp = 65536 - (tconst << 8); |
tconst | 415 | drivers/sound/sb_dsp.c | tconst = (256 - ((1000000 + speed / 2) / speed)) & 0xff; |
tconst | 422 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
tconst | 425 | drivers/sound/sb_dsp.c | tmp = 256 - tconst; |