Home
last modified time | relevance | path

Searched refs:snd_gf1_i_look8 (Results 1 – 10 of 10) sorted by relevance

/linux/sound/isa/gus/
A Dgus_io.c198 unsigned char snd_gf1_i_look8(struct snd_gus_card * gus, unsigned char reg) in snd_gf1_i_look8() function
468 …printk(KERN_INFO " -G- GF1 active voices = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_A…
475 …printk(KERN_INFO " -G- GF1 voices IRQ read = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_V…
484 …printk(KERN_INFO " -G- GFA1 memory control = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_M…
499 …dLib timer 1/2 = 0x%x/0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_ADLIB_TIMER_1), snd_…
500 …printk(KERN_INFO " -S- reset = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_R…
502 …printk(KERN_INFO " -S- compatibility = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_C…
503 …printk(KERN_INFO " -S- decode control = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_D…
504 …printk(KERN_INFO " -S- version number = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_V…
505 …-401 emul. control A/B = 0x%x/0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_MPU401_CONTROL_A), snd…
[all …]
A Dgus_irq.c85 if (snd_gf1_i_look8(gus, SNDRV_GF1_GB_DRAM_DMA_CONTROL) & 0x40) { in snd_gus_interrupt()
90 if (snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL) & 0x40) { in snd_gus_interrupt()
A Dgusclassic.c116 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_gusclassic_detect()
124 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_gusclassic_detect()
A Dgusextreme.c180 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_gusextreme_detect()
188 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_gusextreme_detect()
A Dgusmax.c74 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_gusmax_detect()
82 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_gusmax_detect()
A Dgus_reset.c320 …snd_gf1_i_write8(gus, SNDRV_GF1_GB_GLOBAL_MODE, snd_gf1_i_look8(gus, SNDRV_GF1_GB_GLOBAL_MODE) | 0… in snd_gf1_start()
348 …snd_gf1_i_write8(gus, SNDRV_GF1_GB_GLOBAL_MODE, snd_gf1_i_look8(gus, SNDRV_GF1_GB_GLOBAL_MODE) | 0… in snd_gf1_start()
A Dinterwave.c249 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_interwave_detect()
257 d = snd_gf1_i_look8(gus, SNDRV_GF1_GB_RESET); in snd_interwave_detect()
A Dgus_pcm.c586 snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL); /* Sampling Control Register */ in snd_gf1_pcm_capture_prepare()
623 snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL); /* Sampling Control Register */ in snd_gf1_pcm_interrupt_dma_read()
A Dgus_main.c425 EXPORT_SYMBOL(snd_gf1_i_look8);
/linux/include/sound/
A Dgus.h492 extern unsigned char snd_gf1_i_look8(struct snd_gus_card * gus, unsigned char reg);
496 return snd_gf1_i_look8(gus, reg | 0x80); in snd_gf1_i_read8()

Completed in 19 milliseconds