Lines Matching refs: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)
3033 unsigned int status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3034 switch (status2 & HDSPM_SelSyncRefMask) {
3831 int status, status2;
3845 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3846 if (status2 & HDSPM_wcLock) {
3847 if (status2 & HDSPM_wcSync)
3941 int status2, lock, sync;
3942 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
3944 lock = (status2 & (0x0080 >> idx)) ? 1 : 0;
3945 sync = (status2 & (0x8000 >> idx)) ? 1 : 0;
4859 unsigned int status, status2;
4867 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
4872 (status2 & HDSPM_version0) |
4873 (status2 & HDSPM_version1) | (status2 &
4914 "status2=0x%x\n",
4916 status, status2);
4971 x2 = status2 & HDSPM_wcSync;
4976 (status2 & HDSPM_wcLock) ? (x2 ? "Sync" : "Lock") :
5003 (status2 & HDSPM_wcFreqMask) >> 5);
5022 unsigned int status2;
5030 status2 = hdspm_read(hdspm, HDSPM_statusRegister2);
5071 "status2=0x%x\n",
5073 status, status2);
5128 (status2 & (HDSPM_LockAES >> x)) ?
5174 unsigned int status1, status2, status3, i;
5178 status2 = hdspm_read(hdspm, HDSPM_RD_STATUS_2); /* freq */
5182 snd_iprintf(buffer, "STATUS2: 0x%08x\n", status2);
5203 texts_freq[(status2 >> (i * 4)) & 0xF]);
5222 texts_freq[(status2 >> 12) & 0xF]);
6203 levels->status2 = hdspm_read(hdspm, HDSPM_statusRegister2);