w_16bit 488 include/sound/gus.h extern void snd_gf1_write_addr(struct snd_gus_card * gus, unsigned char reg, unsigned int addr, short w_16bit); w_16bit 489 include/sound/gus.h extern unsigned int snd_gf1_read_addr(struct snd_gus_card * gus, unsigned char reg, short w_16bit); w_16bit 92 sound/isa/gus/gus_io.c unsigned int addr, int w_16bit) w_16bit 95 sound/isa/gus/gus_io.c if (w_16bit) w_16bit 98 sound/isa/gus/gus_io.c } else if (w_16bit) w_16bit 105 sound/isa/gus/gus_io.c unsigned char reg, short w_16bit) w_16bit 113 sound/isa/gus/gus_io.c if (w_16bit) w_16bit 115 sound/isa/gus/gus_io.c } else if (w_16bit) w_16bit 162 sound/isa/gus/gus_io.c unsigned int addr, short w_16bit) w_16bit 164 sound/isa/gus/gus_io.c __snd_gf1_write_addr(gus, reg, addr, w_16bit); w_16bit 169 sound/isa/gus/gus_io.c short w_16bit) w_16bit 171 sound/isa/gus/gus_io.c return __snd_gf1_read_addr(gus, reg, w_16bit); w_16bit 245 sound/isa/gus/gus_io.c unsigned int addr, short w_16bit) w_16bit 250 sound/isa/gus/gus_io.c __snd_gf1_write_addr(gus, reg, addr, w_16bit); w_16bit 258 sound/isa/gus/gus_io.c unsigned char reg, short w_16bit) w_16bit 264 sound/isa/gus/gus_io.c res = __snd_gf1_read_addr(gus, reg, w_16bit); w_16bit 510 sound/isa/gus/gus_io.c void snd_gf1_peek_print_block(struct snd_gus_card * gus, unsigned int addr, int count, int w_16bit) w_16bit 512 sound/isa/gus/gus_io.c if (!w_16bit) {