Lines Matching defs:status2
200 /* after RME Windows driver sources, status2 is 4-byte word # 48 = word at
543 For AES32, bits for status, status2 and timecode are different
567 /* status2 */
1253 unsigned int status, status2;
1258 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
1329 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
1334 if ((status2 & HDSPM_wcLock) != 0 &&
1335 (status2 & HDSPM_SelSyncRef0) == 0) {
1337 rate_bits = status2 & HDSPM_wcFreqMask;
1378 (status2 & HDSPM_SelSyncRefMask) == HDSPM_SelSyncRef_WORD)
3035 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3036 switch (status2 & HDSPM_SelSyncRefMask) {
3833 int status, status2;
3847 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3848 if (status2 & HDSPM_wcLock) {
3849 if (status2 & HDSPM_wcSync)
3943 int status2, lock, sync;
3944 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3946 lock = (status2 & (0x0080 >> idx)) ? 1 : 0;
3947 sync = (status2 & (0x8000 >> idx)) ? 1 : 0;
4861 unsigned int status, status2;
4869 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
4874 (status2 & HDSPM_version0) |
4875 (status2 & HDSPM_version1) | (status2 &
4916 "status2=0x%x\n",
4918 status, status2);
4973 x2 = status2 & HDSPM_wcSync;
4978 (status2 & HDSPM_wcLock) ? (x2 ? "Sync" : "Lock") :
5005 (status2 & HDSPM_wcFreqMask) >> 5);
5024 unsigned int status2;
5032 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
5073 "status2=0x%x\n",
5075 status, status2);
5127 (status2 & (HDSPM_LockAES >> x)) ?
5173 unsigned int status1, status2, status3, i;
5177 status2 = hdspm_read(hdspm, HDSPM_RD_STATUS_2); /* freq */
5181 snd_iprintf(buffer, "STATUS2: 0x%08x\n", status2);
5202 texts_freq[(status2 >> (i * 4)) & 0xF]);
5221 texts_freq[(status2 >> 12) & 0xF]);
6186 levels->status2 = hdspm_read(hdspm, HDSPM_statusRegister2);