Searched refs:snd_gf1_i_write8 (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/sound/isa/gus/ |
H A D | gus_reset.c | 48 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~4); snd_gf1_default_interrupt_handler_timer1() 53 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~8); snd_gf1_default_interrupt_handler_timer2() 64 snd_gf1_i_write8(gus, 0x41, 0x00); snd_gf1_default_interrupt_handler_dma_write() 69 snd_gf1_i_write8(gus, 0x49, 0x00); snd_gf1_default_interrupt_handler_dma_read() 324 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 0); /* reset GF1 */ snd_gf1_start() 326 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 1); /* disable IRQ & DAC */ snd_gf1_start() 328 snd_gf1_i_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac); snd_gf1_start() 339 snd_gf1_i_write8(gus, SNDRV_GF1_GB_GLOBAL_MODE, snd_gf1_i_look8(gus, SNDRV_GF1_GB_GLOBAL_MODE) | 0x01); snd_gf1_start() 340 snd_gf1_i_write8(gus, SNDRV_GF1_GB_MEMORY_CONTROL, 0x01); snd_gf1_start() 363 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 7); /* Reset Register = IRQ enable, DAC enable */ snd_gf1_start() 365 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 7); /* Reset Register = IRQ enable, DAC enable */ snd_gf1_start() 367 snd_gf1_i_write8(gus, SNDRV_GF1_GB_GLOBAL_MODE, snd_gf1_i_look8(gus, SNDRV_GF1_GB_GLOBAL_MODE) | 0x01); snd_gf1_start() 368 snd_gf1_i_write8(gus, SNDRV_GF1_GB_MEMORY_CONTROL, 0x01); snd_gf1_start() 404 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, 0); /* stop all timers */ snd_gf1_stop() 406 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 1); /* disable IRQ & DAC */ snd_gf1_stop()
|
H A D | gusclassic.c | 131 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 0); /* reset GF1 */ snd_gusclassic_detect() 137 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 1); /* release reset */ snd_gusclassic_detect()
|
H A D | gusextreme.c | 195 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 0); /* reset GF1 */ snd_gusextreme_detect() 201 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 1); /* release reset */ snd_gusextreme_detect()
|
H A D | gusmax.c | 89 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 0); /* reset GF1 */ snd_gusmax_detect() 95 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 1); /* release reset */ snd_gusmax_detect()
|
H A D | gus_io.c | 202 void snd_gf1_i_write8(struct snd_gus_card * gus, snd_gf1_i_write8() function 438 snd_gf1_i_write8(gus, SNDRV_GF1_GB_ACTIVE_VOICES, 0xc0 | (voices - 1)); snd_gf1_select_active_voices()
|
H A D | gus_pcm.c | 588 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RECORD_RATE, runtime->rate_den - 2); snd_gf1_pcm_capture_prepare() 589 snd_gf1_i_write8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL, 0); /* disable sampling */ snd_gf1_pcm_capture_prepare() 626 snd_gf1_i_write8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL, 0); /* disable sampling */ snd_gf1_pcm_interrupt_dma_read()
|
H A D | gus_main.c | 432 EXPORT_SYMBOL(snd_gf1_i_write8); variable
|
H A D | interwave.c | 264 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 0); /* reset GF1 */ snd_interwave_detect() 270 snd_gf1_i_write8(gus, SNDRV_GF1_GB_RESET, 1); /* release reset */ snd_interwave_detect()
|
/linux-4.4.14/include/sound/ |
H A D | gus.h | 506 extern void snd_gf1_i_write8(struct snd_gus_card * gus, unsigned char reg, unsigned char data);
|
Completed in 188 milliseconds