Lines Matching defs:sync
57 * : . : . 10: . : . : <MADI> sync ref: 0:WC, 1:Madi, 2:TCO, 3:SyncIn
378 #define HDSPM_SYNC_FROM_WORD 0 /* Preferred sync reference */
442 #define HDSPM_madiSync (1<<18) /* MADI is in sync */
445 #define HDSPM_tcoSync 0x10000000 /* Optional TCO sync status for HDSPe MADI and AES32!*/
448 #define HDSPM_syncInSync 0x00020000 /* Sync In sync status for HDSPe MADI! */
499 #define HDSPM_wcSync (1<<4) /* Wordclock is in sync with systemclock */
553 /* (status >> HDSPM_AES32_syncref_bit) & 0xF gives sync source */
997 u32 settings_register; /* cached value for AIO / RayDat (sync reference, master/slave) */
1265 /* Check WC sync and get sample rate */
1278 /* Check AES sync and get sample rate */
1286 /* Check TCO sync and get sample rate */
1382 /* maybe a madi input (which is taken if sel sync is madi) */
2700 * Returns the current preferred sync reference setting.
2803 * Set the preferred sync reference to <pref>. The semantics
3025 /* This looks at the autosync selected sync reference */
3897 int status, lock, sync;
3902 sync = (status & (0x100<<idx)) ? 1 : 0;
3904 if (lock && sync)
3914 int status, lock = 0, sync = 0;
3921 sync = (status & 0x800) ? 1 : 0;
3927 sync = (status & HDSPM_syncInSync) ? 1 : 0;
3933 sync = (status & 0x200000) ? 1 : 0;
3940 if (lock && sync)
3950 int status2, lock, sync;
3954 sync = (status2 & (0x8000 >> idx)) ? 1 : 0;
3956 if (sync)
5184 unsigned int lock, sync;
5205 sync = 0x100;
5211 (status1 & sync) ? 1 : 0,
5215 sync = sync<<1;
5637 * preferred sync reference. Since we don't want to break
5638 * sync settings, we have to skip the remaining part of this