snd_gf1_i_read8   436 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -%i- GF1  voice ctrl, ramp ctrl  = 0x%x, 0x%x\n", voice, ctrl = snd_gf1_i_read8(gus, 0), snd_gf1_i_read8(gus, 0x0d));
snd_gf1_i_read8   439 sound/isa/gus/gus_io.c 	printk(KERN_INFO " -%i- GF1  ramp start, end, rate  = 0x%x, 0x%x, 0x%x\n", voice, snd_gf1_i_read8(gus, 7), snd_gf1_i_read8(gus, 8), snd_gf1_i_read8(gus, 6));
snd_gf1_i_read8   442 sound/isa/gus/gus_io.c 	if (gus->interwave && snd_gf1_i_read8(gus, 0x19) & 0x01) {	/* enhanced mode */
snd_gf1_i_read8   443 sound/isa/gus/gus_io.c 		mode = snd_gf1_i_read8(gus, 0x15);
snd_gf1_i_read8   449 sound/isa/gus/gus_io.c 			printk(KERN_INFO " -%i- GFA1 effect accumulator     = 0x%x\n", voice, snd_gf1_i_read8(gus, 0x14));
snd_gf1_i_read8   457 sound/isa/gus/gus_io.c 			printk(KERN_INFO " -%i- GF1  pan                    = 0x%x\n", voice, snd_gf1_i_read8(gus, 0x0c));
snd_gf1_i_read8   459 sound/isa/gus/gus_io.c 		printk(KERN_INFO " -%i- GF1  pan                    = 0x%x\n", voice, snd_gf1_i_read8(gus, 0x0c));
snd_gf1_i_read8   470 sound/isa/gus/gus_io.c 		global_mode = snd_gf1_i_read8(gus, SNDRV_GF1_GB_GLOBAL_MODE);
snd_gf1_i_read8    46 sound/isa/gus/gus_irq.c 		while (((voice_status = snd_gf1_i_read8(gus, SNDRV_GF1_GB_VOICES_IRQ)) & 0xc0) != 0xc0) {
snd_gf1_i_read8   353 sound/isa/gus/gus_reset.c 	while ((snd_gf1_i_read8(gus, SNDRV_GF1_GB_VOICES_IRQ) & 0xc0) != 0xc0);