taglinefilesource code
sb_dsp_command105drivers/sound/sb16_dsp.creturn sb_dsp_command (val);
sb_dsp_command306drivers/sound/sb16_dsp.csb_dsp_command (0x41);
sb_dsp_command307drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
sb_dsp_command308drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
sb_dsp_command309drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_16bit ? 0xb6 : 0xc6));
sb_dsp_command311drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_stereo ? 0x20 : 0) +
sb_dsp_command314drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (cnt >> 8));
sb_dsp_command360drivers/sound/sb16_dsp.csb_dsp_command (0x42);
sb_dsp_command361drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff));
sb_dsp_command362drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_current_speed & 0xff));
sb_dsp_command364drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (dsp_16bit ? 0xbe : 0xce));
sb_dsp_command366drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) ((dsp_stereo ? 0x20 : 0) +
sb_dsp_command369drivers/sound/sb16_dsp.csb_dsp_command ((unsigned char) (cnt >> 8));
sb_dsp_command407drivers/sound/sb16_dsp.csb_dsp_command (0xd0);  /* Halt DMA */
sb_dsp_command154drivers/sound/sb_dsp.cif (!sb_dsp_command (reg))
sb_dsp_command157drivers/sound/sb_dsp.creturn sb_dsp_command (data);
sb_dsp_command167drivers/sound/sb_dsp.cif (!sb_dsp_command (0xc0))  /* Read register command */
sb_dsp_command170drivers/sound/sb_dsp.cif (!sb_dsp_command (reg))
sb_dsp_command274drivers/sound/sb_dsp.csb_dsp_command (0xc6);  /* Enable extended mode */
sb_dsp_command287drivers/sound/sb_dsp.csb_dsp_command (DSP_CMD_SPKON);
sb_dsp_command289drivers/sound/sb_dsp.csb_dsp_command (DSP_CMD_SPKOFF);
sb_dsp_command392drivers/sound/sb_dsp.cif (sb_dsp_command (0x40))
sb_dsp_command393drivers/sound/sb_dsp.csb_dsp_command (tconst);
sb_dsp_command408drivers/sound/sb_dsp.cif (sb_dsp_command (0x40))  /*
sb_dsp_command411drivers/sound/sb_dsp.csb_dsp_command (tconst);
sb_dsp_command495drivers/sound/sb_dsp.cif (sb_dsp_command (0x48))  /*
sb_dsp_command499drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) (dsp_count & 0xff));
sb_dsp_command500drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) ((dsp_count >> 8) & 0xff));
sb_dsp_command501drivers/sound/sb_dsp.csb_dsp_command (0x91);  /*
sb_dsp_command513drivers/sound/sb_dsp.cif (sb_dsp_command (0x14))  /*
sb_dsp_command517drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) (dsp_count & 0xff));
sb_dsp_command518drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) ((dsp_count >> 8) & 0xff));
sb_dsp_command585drivers/sound/sb_dsp.cif (sb_dsp_command (0x48))  /*
sb_dsp_command589drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) (dsp_count & 0xff));
sb_dsp_command590drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) ((dsp_count >> 8) & 0xff));
sb_dsp_command591drivers/sound/sb_dsp.csb_dsp_command (0x99);  /*
sb_dsp_command603drivers/sound/sb_dsp.cif (sb_dsp_command (0x24))  /*
sb_dsp_command607drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) (dsp_count & 0xff));
sb_dsp_command608drivers/sound/sb_dsp.csb_dsp_command ((unsigned char) ((dsp_count >> 8) & 0xff));
sb_dsp_command623drivers/sound/sb_dsp.csb_dsp_command (0xd0);  /* Halt DMA */
sb_dsp_command713drivers/sound/sb_dsp.csb_dsp_command (dsp_16bit ? 0xac : 0xa8);
sb_dsp_command715drivers/sound/sb_dsp.csb_dsp_command (dsp_16bit ? 0xa4 : 0xa0);
sb_dsp_command786drivers/sound/sb_dsp.csb_dsp_command (dsp_16bit ? 0xac : 0xa8);
sb_dsp_command788drivers/sound/sb_dsp.csb_dsp_command (dsp_16bit ? 0xa4 : 0xa0);
sb_dsp_command1191drivers/sound/sb_dsp.cif (!sb_dsp_command (0xFA))
sb_dsp_command1196drivers/sound/sb_dsp.cif (sb_dsp_command (0xFB) &&  /* set DMA-channels and Interrupts */
sb_dsp_command1197drivers/sound/sb_dsp.csb_dsp_command ((dma_translat[dma16] << 4) | dma_translat[dma8]) &&
sb_dsp_command1198drivers/sound/sb_dsp.csb_dsp_command ((int_translat[mpu_irq] << 4) | int_translat[sbc_irq]))
sb_dsp_command1443drivers/sound/sb_dsp.csb_dsp_command (0xe1);  /* Get version */
sb_dsp_command1497drivers/sound/sb_dsp.csb_dsp_command (0xe7);  /*
sb_dsp_command114drivers/sound/sb_midi.cif (!sb_dsp_command (0x35))
sb_dsp_command160drivers/sound/sb_midi.cif (sb_dsp_command (0x38))
sb_dsp_command161drivers/sound/sb_midi.csb_dsp_command (midi_byte);
sb_dsp_command167drivers/sound/sb_midi.csb_dsp_command (midi_byte);  /*
sb_dsp_command107drivers/sound/sound_calls.hint sb_dsp_command (unsigned char val);