Lines Matching refs:syncref
1254 int syncref, rate = 0, rate_bits; in hdspm_external_sample_rate() local
1261 syncref = hdspm_autosync_ref(hdspm); in hdspm_external_sample_rate()
1262 switch (syncref) { in hdspm_external_sample_rate()
1278 if (hdspm_aes_sync_check(hdspm, syncref - HDSPM_AES32_AUTOSYNC_FROM_AES1)) in hdspm_external_sample_rate()
1280 syncref - HDSPM_AES32_AUTOSYNC_FROM_AES1)); in hdspm_external_sample_rate()
1425 syncref = hdspm_autosync_ref(hdspm); in hdspm_external_sample_rate()
1426 if (HDSPM_AUTOSYNC_FROM_TCO == syncref) { in hdspm_external_sample_rate()
1430 } else if (HDSPM_AUTOSYNC_FROM_SYNC_IN == syncref) { in hdspm_external_sample_rate()
3024 unsigned int syncref = (status >> HDSPM_AES32_syncref_bit) & 0xF; in hdspm_autosync_ref() local
3026 if (syncref <= HDSPM_AES32_AUTOSYNC_FROM_SYNC_IN) { in hdspm_autosync_ref()
3027 return syncref; in hdspm_autosync_ref()