tag | line | file | source code |
sb_dsp_command | 110 | drivers/sound/sb16_dsp.c | return sb_dsp_command (val); |
sb_dsp_command | 315 | drivers/sound/sb16_dsp.c | sb_dsp_command (0x41); |
sb_dsp_command | 316 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
sb_dsp_command | 317 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
sb_dsp_command | 318 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_16bit ? 0xb6 : 0xc6)); |
sb_dsp_command | 319 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_stereo ? 0x20 : 0) + |
sb_dsp_command | 322 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (cnt >> 8)); |
sb_dsp_command | 373 | drivers/sound/sb16_dsp.c | sb_dsp_command (0x42); |
sb_dsp_command | 374 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
sb_dsp_command | 375 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
sb_dsp_command | 376 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_16bit ? 0xbe : 0xce)); |
sb_dsp_command | 377 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_stereo ? 0x20 : 0) + |
sb_dsp_command | 380 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (cnt >> 8)); |
sb_dsp_command | 112 | drivers/sound/sb_dsp.c | int sb_dsp_command (unsigned char val); |
sb_dsp_command | 283 | drivers/sound/sb_dsp.c | sb_dsp_command (DSP_CMD_SPKON); |
sb_dsp_command | 285 | drivers/sound/sb_dsp.c | sb_dsp_command (DSP_CMD_SPKOFF); |
sb_dsp_command | 354 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0x40)) |
sb_dsp_command | 355 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
sb_dsp_command | 369 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0x40)) /* |
sb_dsp_command | 372 | drivers/sound/sb_dsp.c | sb_dsp_command (tconst); |
sb_dsp_command | 429 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0x48)) /* |
sb_dsp_command | 433 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) (count & 0xff)); |
sb_dsp_command | 434 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) ((count >> 8) & 0xff)); |
sb_dsp_command | 435 | drivers/sound/sb_dsp.c | sb_dsp_command (0x91); /* |
sb_dsp_command | 446 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0x14)) /* |
sb_dsp_command | 450 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) (count & 0xff)); |
sb_dsp_command | 451 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) ((count >> 8) & 0xff)); |
sb_dsp_command | 483 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0x48)) /* |
sb_dsp_command | 487 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) (count & 0xff)); |
sb_dsp_command | 488 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) ((count >> 8) & 0xff)); |
sb_dsp_command | 489 | drivers/sound/sb_dsp.c | sb_dsp_command (0x99); /* |
sb_dsp_command | 500 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0x24)) /* |
sb_dsp_command | 504 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) (count & 0xff)); |
sb_dsp_command | 505 | drivers/sound/sb_dsp.c | sb_dsp_command ((unsigned char) ((count >> 8) & 0xff)); |
sb_dsp_command | 537 | drivers/sound/sb_dsp.c | sb_dsp_command (dsp_16bit ? 0xac : 0xa8); |
sb_dsp_command | 539 | drivers/sound/sb_dsp.c | sb_dsp_command (dsp_16bit ? 0xa4 : 0xa0); |
sb_dsp_command | 544 | drivers/sound/sb_dsp.c | sb_dsp_command (0xa8); |
sb_dsp_command | 546 | drivers/sound/sb_dsp.c | sb_dsp_command (0xa0); |
sb_dsp_command | 574 | drivers/sound/sb_dsp.c | sb_dsp_command (dsp_16bit ? 0xac : 0xa8); |
sb_dsp_command | 576 | drivers/sound/sb_dsp.c | sb_dsp_command (dsp_16bit ? 0xa4 : 0xa0); |
sb_dsp_command | 611 | drivers/sound/sb_dsp.c | sb_dsp_command (0xf2); /* |
sb_dsp_command | 1043 | drivers/sound/sb_dsp.c | if (!sb_dsp_command (0xFA)) |
sb_dsp_command | 1048 | drivers/sound/sb_dsp.c | if (sb_dsp_command (0xFB) && /* set DMA-channels and Interrupts */ |
sb_dsp_command | 1049 | drivers/sound/sb_dsp.c | sb_dsp_command ((dma_translat[JAZZ_DMA16] << 4) | dma_translat[SBC_DMA]) && |
sb_dsp_command | 1050 | drivers/sound/sb_dsp.c | sb_dsp_command ((int_translat[MPU_IRQ] << 4) | int_translat[sbc_irq])) |
sb_dsp_command | 1122 | drivers/sound/sb_dsp.c | sb_dsp_command (0xe1); /* |
sb_dsp_command | 110 | drivers/sound/sb_midi.c | if (!sb_dsp_command (0x35)) |
sb_dsp_command | 155 | drivers/sound/sb_midi.c | if (sb_dsp_command (0x38)) |
sb_dsp_command | 156 | drivers/sound/sb_midi.c | sb_dsp_command (midi_byte); |
sb_dsp_command | 162 | drivers/sound/sb_midi.c | sb_dsp_command (midi_byte); /* |
sb_dsp_command | 121 | drivers/sound/sound_calls.h | int sb_dsp_command (unsigned char val); |