tag | line | file | source code |
this_one | 2304 | drivers/sound/gus_wave.c | int this_one, is16bits, chn; |
this_one | 2311 | drivers/sound/gus_wave.c | this_one = pcm_head; |
this_one | 2338 | drivers/sound/gus_wave.c | dram_loc = this_one * pcm_bsize; |
this_one | 2341 | drivers/sound/gus_wave.c | if (this_one == (pcm_nblk - 1)) /* |
this_one | 2411 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one], is16bits); /* |
this_one | 2421 | drivers/sound/gus_wave.c | if (pcm_datasize[this_one] != pcm_bsize) |
this_one | 2441 | drivers/sound/gus_wave.c | gus_write_addr (0x04, dram_loc + pcm_datasize[this_one], is16bits); /* |
this_one | 2480 | drivers/sound/gus_wave.c | int this_one, count; |
this_one | 2494 | drivers/sound/gus_wave.c | this_one = pcm_current_block = pcm_tail; |
this_one | 2497 | drivers/sound/gus_wave.c | pcm_datasize[this_one] = count; |
this_one | 2500 | drivers/sound/gus_wave.c | this_one = pcm_current_block; |
this_one | 2507 | drivers/sound/gus_wave.c | address = this_one * pcm_bsize; |
this_one | 340 | drivers/sound/sequencer.c | int this_one; |
this_one | 346 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
this_one | 349 | drivers/sound/sequencer.c | q = &queue[this_one*EV_SZ]; |
this_one | 420 | drivers/sound/sequencer.c | qhead = this_one; /* Restore queue */ |