Lines Matching refs:sync
3888 int status, lock, sync; in hdspm_s1_sync_check() local
3893 sync = (status & (0x100<<idx)) ? 1 : 0; in hdspm_s1_sync_check()
3895 if (lock && sync) in hdspm_s1_sync_check()
3905 int status, lock = 0, sync = 0; in hdspm_sync_in_sync_check() local
3912 sync = (status & 0x800) ? 1 : 0; in hdspm_sync_in_sync_check()
3918 sync = (status & HDSPM_syncInSync) ? 1 : 0; in hdspm_sync_in_sync_check()
3924 sync = (status & 0x200000) ? 1 : 0; in hdspm_sync_in_sync_check()
3931 if (lock && sync) in hdspm_sync_in_sync_check()
3941 int status2, lock, sync; in hdspm_aes_sync_check() local
3945 sync = (status2 & (0x8000 >> idx)) ? 1 : 0; in hdspm_aes_sync_check()
3947 if (sync) in hdspm_aes_sync_check()
5175 unsigned int lock, sync; in snd_hdspm_proc_read_raydat() local
5196 sync = 0x100; in snd_hdspm_proc_read_raydat()
5202 (status1 & sync) ? 1 : 0, in snd_hdspm_proc_read_raydat()
5206 sync = sync<<1; in snd_hdspm_proc_read_raydat()