tag | line | file | source code |
this_one | 2095 | drivers/sound/gus_wave.c | int this_one, is16bits, chn; |
this_one | 2102 | drivers/sound/gus_wave.c | this_one = pcm_head; |
this_one | 2123 | drivers/sound/gus_wave.c | dram_loc = this_one * pcm_bsize; |
this_one | 2126 | drivers/sound/gus_wave.c | if (this_one == (pcm_nblk - 1)) /* Last fragment of the DRAM buffer */ |
this_one | 2171 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one] - 1, |
this_one | 2176 | drivers/sound/gus_wave.c | if (pcm_datasize[this_one] != pcm_bsize) |
this_one | 2190 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one], |
this_one | 2224 | drivers/sound/gus_wave.c | int this_one, count; |
this_one | 2238 | drivers/sound/gus_wave.c | this_one = pcm_current_block = pcm_tail; |
this_one | 2241 | drivers/sound/gus_wave.c | pcm_datasize[this_one] = count; |
this_one | 2244 | drivers/sound/gus_wave.c | this_one = pcm_current_block; |
this_one | 2249 | drivers/sound/gus_wave.c | address = this_one * pcm_bsize; |
this_one | 910 | drivers/sound/sequencer.c | int this_one, action; |
this_one | 916 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
this_one | 922 | drivers/sound/sequencer.c | if ((action = play_event (&queue[this_one * EV_SZ]))) |
this_one | 927 | drivers/sound/sequencer.c | qhead = this_one; |