tag | line | file | source code |
this_one | 2129 | drivers/sound/gus_wave.c | int this_one, is16bits, chn; |
this_one | 2136 | drivers/sound/gus_wave.c | this_one = pcm_head; |
this_one | 2157 | drivers/sound/gus_wave.c | dram_loc = this_one * pcm_bsize; |
this_one | 2160 | drivers/sound/gus_wave.c | if (this_one == (pcm_nblk - 1)) /* Last fragment of the DRAM buffer */ |
this_one | 2206 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one] - 1, |
this_one | 2211 | drivers/sound/gus_wave.c | if (pcm_datasize[this_one] != pcm_bsize) |
this_one | 2225 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one], |
this_one | 2260 | drivers/sound/gus_wave.c | int this_one, count; |
this_one | 2275 | drivers/sound/gus_wave.c | this_one = pcm_current_block = pcm_tail; |
this_one | 2278 | drivers/sound/gus_wave.c | pcm_datasize[this_one] = count; |
this_one | 2281 | drivers/sound/gus_wave.c | this_one = pcm_current_block; |
this_one | 2286 | drivers/sound/gus_wave.c | address = this_one * pcm_bsize; |
this_one | 1007 | drivers/sound/sequencer.c | int this_one, action; |
this_one | 1014 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
this_one | 1020 | drivers/sound/sequencer.c | if ((action = play_event (&queue[this_one * EV_SZ]))) |
this_one | 1025 | drivers/sound/sequencer.c | qhead = this_one; |