Home
last modified time | relevance | path

Searched refs:snd_gf1_poke (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/sound/isa/gus/
Dgus_main.c240 snd_gf1_poke(gus, 0L, 0xaa); in snd_gus_detect_memory()
241 snd_gf1_poke(gus, 1L, 0x55); in snd_gus_detect_memory()
248 snd_gf1_poke(gus, local, d); in snd_gus_detect_memory()
249 snd_gf1_poke(gus, local + 1, d + 1); in snd_gus_detect_memory()
437 EXPORT_SYMBOL(snd_gf1_poke);
Dgus_dram.c50 snd_gf1_poke(gus, address++, *pbuffer++); in snd_gus_dram_poke()
Dinterwave.c341 snd_gf1_poke(gus, local, d); in snd_interwave_bank_sizes()
342 snd_gf1_poke(gus, local + 1, d + 1); in snd_interwave_bank_sizes()
402 snd_gf1_poke(gus, 0, 0x55); in snd_interwave_detect_memory()
403 snd_gf1_poke(gus, 1, 0xaa); in snd_interwave_detect_memory()
Dgus_pcm.c339 snd_gf1_poke(gus, pos++, *buf++); in snd_gf1_pcm_poke_block()
340 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
344 snd_gf1_poke(gus, pos++, *buf++ ^ invert); in snd_gf1_pcm_poke_block()
Dgus_reset.c358 snd_gf1_poke(gus, gus->gf1.default_voice_address + i, 0); in snd_gf1_start()
Dgus_io.c301 void snd_gf1_poke(struct snd_gus_card * gus, unsigned int addr, unsigned char data) in snd_gf1_poke() function
/linux-3.4.99/include/sound/
Dgus.h501 extern void snd_gf1_poke(struct snd_gus_card * gus, unsigned int addr, unsigned char data);