Home
last modified time | relevance | path

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

/linux-3.4.99/sound/isa/gus/ !
Dgus_io.c235 unsigned short snd_gf1_i_look16(struct snd_gus_card * gus, unsigned char reg) in snd_gf1_i_look16() function
489 …printk(KERN_INFO " -G- GF1 LFO base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
496 …printk(KERN_INFO " -G- GF1 DRAM IO 16 = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
498 …printk(KERN_INFO " -G- GFA1 memory config = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
500 …printk(KERN_INFO " -G- GFA1 FIFO record base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
501 …printk(KERN_INFO " -G- GFA1 FIFO playback base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
502 …printk(KERN_INFO " -G- GFA1 interleave control = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_…
Dgus_main.c434 EXPORT_SYMBOL(snd_gf1_i_look16);
/linux-3.4.99/include/sound/ !
Dgus.h513 extern unsigned short snd_gf1_i_look16(struct snd_gus_card * gus, unsigned char reg);
516 return snd_gf1_i_look16(gus, reg | 0x80); in snd_gf1_i_read16()