Lines Matching refs:status2
992 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_external_sample_rate() local
993 unsigned int rate_bits = status2 & HDSP_systemFrequencyMask; in hdsp_external_sample_rate()
2458 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_autosync_ref() local
2460 switch (status2 & HDSP_SelSyncRefMask) { in hdsp_autosync_ref()
2681 int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_wc_sync_check() local
2682 if (status2 & HDSP_wc_lock) { in hdsp_wc_sync_check()
2683 if (status2 & HDSP_wc_sync) in hdsp_wc_sync_check()
3393 unsigned int status2; in snd_hdsp_proc_read() local
3401 status2 = hdsp_read(hdsp, HDSP_status2Register); in snd_hdsp_proc_read()
3413 snd_iprintf(buffer, "Status2 register: 0x%x\n", status2); in snd_hdsp_proc_read()
3458 …snd_iprintf(buffer, "Firmware version: %d\n", (status2&HDSP_version0)|(status2&HDSP_version1)<<1|(… in snd_hdsp_proc_read()
3695 x = status2 & HDSP_wc_sync; in snd_hdsp_proc_read()
3696 if (status2 & HDSP_wc_lock) in snd_hdsp_proc_read()