snd_gf1_i_read8   451 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   454 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   457 sound/isa/gus/gus_io.c 	if (gus->interwave && snd_gf1_i_read8(gus, 0x19) & 0x01) {	/* enhanced mode */
snd_gf1_i_read8   458 sound/isa/gus/gus_io.c 		mode = snd_gf1_i_read8(gus, 0x15);
snd_gf1_i_read8   464 sound/isa/gus/gus_io.c 			printk(KERN_INFO " -%i- GFA1 effect acumulator      = 0x%x\n", voice, snd_gf1_i_read8(gus, 0x14));
snd_gf1_i_read8   472 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   474 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   485 sound/isa/gus/gus_io.c 		global_mode = snd_gf1_i_read8(gus, SNDRV_GF1_GB_GLOBAL_MODE);
snd_gf1_i_read8    61 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   370 sound/isa/gus/gus_reset.c 	while ((snd_gf1_i_read8(gus, SNDRV_GF1_GB_VOICES_IRQ) & 0xc0) != 0xc0);