tag | line | file | source code |
this_one | 2133 | drivers/sound/gus_wave.c | int this_one, is16bits, chn; |
this_one | 2140 | drivers/sound/gus_wave.c | this_one = pcm_head; |
this_one | 2161 | drivers/sound/gus_wave.c | dram_loc = this_one * pcm_bsize; |
this_one | 2164 | drivers/sound/gus_wave.c | if (this_one == (pcm_nblk - 1)) /* Last fragment of the DRAM buffer */ |
this_one | 2210 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one] - 1, |
this_one | 2215 | drivers/sound/gus_wave.c | if (pcm_datasize[this_one] != pcm_bsize) |
this_one | 2229 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one], |
this_one | 2264 | drivers/sound/gus_wave.c | int this_one, count; |
this_one | 2279 | drivers/sound/gus_wave.c | this_one = pcm_current_block = pcm_tail; |
this_one | 2282 | drivers/sound/gus_wave.c | pcm_datasize[this_one] = count; |
this_one | 2285 | drivers/sound/gus_wave.c | this_one = pcm_current_block; |
this_one | 2290 | drivers/sound/gus_wave.c | address = this_one * pcm_bsize; |
this_one | 992 | drivers/sound/sequencer.c | int this_one, action; |
this_one | 999 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
this_one | 1005 | drivers/sound/sequencer.c | if ((action = play_event (&queue[this_one * EV_SZ]))) |
this_one | 1010 | drivers/sound/sequencer.c | qhead = this_one; |