tag | line | file | source code |
---|---|---|---|
SAMPLE_BUFFER_COUNTER | 173 | drivers/sound/pas2_card.c | pas_write (0x74, SAMPLE_BUFFER_COUNTER); /* |
SAMPLE_BUFFER_COUNTER | 177 | drivers/sound/pas2_card.c | pas_write (0, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 302 | drivers/sound/pas2_pcm.c | pas_write (count & 0xff, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 303 | drivers/sound/pas2_pcm.c | pas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 348 | drivers/sound/pas2_pcm.c | pas_write (count & 0xff, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 349 | drivers/sound/pas2_pcm.c | pas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER); |