Home
last modified time | relevance | path

Searched refs:syncref (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/pci/rme9652/
Dhdspm.c1262 int syncref, rate = 0, rate_bits; in hdspm_external_sample_rate() local
1269 syncref = hdspm_autosync_ref(hdspm); in hdspm_external_sample_rate()
1270 switch (syncref) { in hdspm_external_sample_rate()
1286 if (hdspm_aes_sync_check(hdspm, syncref - HDSPM_AES32_AUTOSYNC_FROM_AES1)) in hdspm_external_sample_rate()
1288 syncref - HDSPM_AES32_AUTOSYNC_FROM_AES1)); in hdspm_external_sample_rate()
1433 syncref = hdspm_autosync_ref(hdspm); in hdspm_external_sample_rate()
1434 if (HDSPM_AUTOSYNC_FROM_TCO == syncref) { in hdspm_external_sample_rate()
1438 } else if (HDSPM_AUTOSYNC_FROM_SYNC_IN == syncref) { in hdspm_external_sample_rate()
3036 unsigned int syncref = (status >> HDSPM_AES32_syncref_bit) & 0xF; in hdspm_autosync_ref() local
3037 if ((syncref >= HDSPM_AES32_AUTOSYNC_FROM_WORD) && in hdspm_autosync_ref()
[all …]