HomeSort by: relevance | last modified time | path
    Searched refs:freq_current (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiodef.h 151 u_int freq_current; /* counter */ member in struct:audio_track
audio.c 4033 t = track->freq_current;
4085 track->freq_current = t;
4127 t = track->freq_current;
4150 track->freq_current = t % 65536;
4513 track->freq_current = 65536;
4516 track->freq_current = 0;
6377 track->freq_current = 65536;
6379 track->freq_current = 0;

Completed in 17 milliseconds