tag | line | file | source code |
---|---|---|---|
DSP_READ | 116 | drivers/sound/sb16_dsp.c | return INB(DSP_READ); |
DSP_READ | 503 | drivers/sound/sb16_dsp.c | major = INB (DSP_READ); |
DSP_READ | 506 | drivers/sound/sb16_dsp.c | minor = INB (DSP_READ); |
DSP_READ | 156 | drivers/sound/sb_dsp.c | data = INB (DSP_READ); |
DSP_READ | 206 | drivers/sound/sb_dsp.c | if (INB (DSP_READ) != 0xAA) |
DSP_READ | 662 | drivers/sound/sb_dsp.c | major = INB (DSP_READ); |
DSP_READ | 665 | drivers/sound/sb_dsp.c | minor = INB (DSP_READ); |