Home
last modified time | relevance | path

Searched refs:snd_gf1_i_look16 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/sound/isa/gus/
Dgus_io.c220 unsigned short snd_gf1_i_look16(struct snd_gus_card * gus, unsigned char reg) in snd_gf1_i_look16() function
474 …printk(KERN_INFO " -G- GF1 LFO base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
481 …printk(KERN_INFO " -G- GF1 DRAM IO 16 = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
483 …printk(KERN_INFO " -G- GFA1 memory config = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
485 …printk(KERN_INFO " -G- GFA1 FIFO record base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
486 …printk(KERN_INFO " -G- GFA1 FIFO playback base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
487 …printk(KERN_INFO " -G- GFA1 interleave control = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
Dgus_main.c426 EXPORT_SYMBOL(snd_gf1_i_look16);
/Linux-v6.1/include/sound/
Dgus.h498 extern unsigned short snd_gf1_i_look16(struct snd_gus_card * gus, unsigned char reg);
501 return snd_gf1_i_look16(gus, reg | 0x80); in snd_gf1_i_read16()