| tag | line | file | source code |
|---|---|---|---|
| SAMPLE_BUFFER_COUNTER | 166 | drivers/sound/pas2_card.c | pas_write (0x74, SAMPLE_BUFFER_COUNTER); /* |
| SAMPLE_BUFFER_COUNTER | 170 | drivers/sound/pas2_card.c | pas_write (0, SAMPLE_BUFFER_COUNTER); |
| SAMPLE_BUFFER_COUNTER | 320 | drivers/sound/pas2_pcm.c | pas_write (count & 0xff, SAMPLE_BUFFER_COUNTER); |
| SAMPLE_BUFFER_COUNTER | 321 | drivers/sound/pas2_pcm.c | pas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER); |
| SAMPLE_BUFFER_COUNTER | 366 | drivers/sound/pas2_pcm.c | pas_write (count & 0xff, SAMPLE_BUFFER_COUNTER); |
| SAMPLE_BUFFER_COUNTER | 367 | drivers/sound/pas2_pcm.c | pas_write ((count >> 8) & 0xff, SAMPLE_BUFFER_COUNTER); |