Searched refs:snd_gf1_poke (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/sound/isa/gus/ |
D | gus_main.c | 240 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);
|
D | gus_dram.c | 50 snd_gf1_poke(gus, address++, *pbuffer++); in snd_gus_dram_poke()
|
D | interwave.c | 341 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()
|
D | gus_pcm.c | 339 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()
|
D | gus_reset.c | 358 snd_gf1_poke(gus, gus->gf1.default_voice_address + i, 0); in snd_gf1_start()
|
D | gus_io.c | 301 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/ |
D | gus.h | 501 extern void snd_gf1_poke(struct snd_gus_card * gus, unsigned int addr, unsigned char data);
|