Searched refs:snd_gf1_i_look16 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_io.c | 220 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_LFO_BASE)); 481 printk(KERN_INFO " -G- GF1 DRAM IO 16 = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_DRAM_IO16)); 483 printk(KERN_INFO " -G- GFA1 memory config = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_MEMORY_CONFIG)); 485 printk(KERN_INFO " -G- GFA1 FIFO record base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_FIFO_RECORD_BASE_ADDR)); 486 printk(KERN_INFO " -G- GFA1 FIFO playback base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_FIFO_PLAY_BASE_ADDR)); 487 printk(KERN_INFO " -G- GFA1 interleave control = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_INTERLEAVE));
|
H A D | gus_main.c | 420 EXPORT_SYMBOL(snd_gf1_i_look16); variable
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_io.c | 220 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_LFO_BASE)); 481 printk(KERN_INFO " -G- GF1 DRAM IO 16 = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_DRAM_IO16)); 483 printk(KERN_INFO " -G- GFA1 memory config = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_MEMORY_CONFIG)); 485 printk(KERN_INFO " -G- GFA1 FIFO record base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_FIFO_RECORD_BASE_ADDR)); 486 printk(KERN_INFO " -G- GFA1 FIFO playback base = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_FIFO_PLAY_BASE_ADDR)); 487 printk(KERN_INFO " -G- GFA1 interleave control = 0x%x\n", snd_gf1_i_look16(gus, SNDRV_GF1_GW_INTERLEAVE));
|
H A D | gus_main.c | 426 EXPORT_SYMBOL(snd_gf1_i_look16); variable
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | gus.h | 498 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()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | gus.h | 498 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()
|
Completed in 7 milliseconds