tag | line | file | source code |
---|---|---|---|
SAMPLE_BUFFER_COUNTER | 164 | drivers/sound/pas2_card.c | pas_write (0x74, SAMPLE_BUFFER_COUNTER); /* |
SAMPLE_BUFFER_COUNTER | 168 | drivers/sound/pas2_card.c | pas_write (0, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 299 | drivers/sound/pas2_pcm.c | pas_write (count & 0xff, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 300 | drivers/sound/pas2_pcm.c | pas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 346 | drivers/sound/pas2_pcm.c | pas_write (count & 0xff, SAMPLE_BUFFER_COUNTER); |
SAMPLE_BUFFER_COUNTER | 347 | drivers/sound/pas2_pcm.c | pas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER); |