Lines Matching refs:stat
471 switch (rmh.stat[1] & 0x0f) { in pcxhr_sub_get_external_clock()
686 *sample_count = ((snd_pcm_uframes_t)rmh.stat[0]) << 24;
687 *sample_count += (snd_pcm_uframes_t)rmh.stat[1];
1274 int cur = rmh.stat[0]; in pcxhr_proc_info()
1275 int ref = rmh.stat[1]; in pcxhr_proc_info()
1288 rmh.stat[2], rmh.stat[3]); in pcxhr_proc_info()
1313 i, rmh.stat[i]); in pcxhr_proc_info()
1440 ltcHrs = 10*((rmh.stat[0] >> 8) & 0x3) + (rmh.stat[0] & 0xf); in pcxhr_proc_ltc()
1441 ltcMin = 10*((rmh.stat[1] >> 16) & 0x7) + ((rmh.stat[1] >> 8) & 0xf); in pcxhr_proc_ltc()
1442 ltcSec = 10*(rmh.stat[1] & 0x7) + ((rmh.stat[2] >> 16) & 0xf); in pcxhr_proc_ltc()
1443 ltcFrm = 10*((rmh.stat[2] >> 8) & 0x3) + (rmh.stat[2] & 0xf); in pcxhr_proc_ltc()
1447 snd_iprintf(buffer, "raw: 0x%04x%06x%06x\n", rmh.stat[0] & 0x00ffff, in pcxhr_proc_ltc()
1448 rmh.stat[1] & 0xffffff, rmh.stat[2] & 0xffffff); in pcxhr_proc_ltc()
1451 if (!(rmh.stat[0] & TIME_CODE_VALID_MASK)) { in pcxhr_proc_ltc()