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()
2456 unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_autosync_ref() local
2458 switch (status2 & HDSP_SelSyncRefMask) { in hdsp_autosync_ref()
2679 int status2 = hdsp_read(hdsp, HDSP_status2Register); in hdsp_wc_sync_check() local
2680 if (status2 & HDSP_wc_lock) { in hdsp_wc_sync_check()
2681 if (status2 & HDSP_wc_sync) in hdsp_wc_sync_check()
3391 unsigned int status2; in snd_hdsp_proc_read() local
3399 status2 = hdsp_read(hdsp, HDSP_status2Register); in snd_hdsp_proc_read()
3411 snd_iprintf(buffer, "Status2 register: 0x%x\n", status2); in snd_hdsp_proc_read()
3456 …snd_iprintf(buffer, "Firmware version: %d\n", (status2&HDSP_version0)|(status2&HDSP_version1)<<1|(… in snd_hdsp_proc_read()
3693 x = status2 & HDSP_wc_sync; in snd_hdsp_proc_read()
3694 if (status2 & HDSP_wc_lock) in snd_hdsp_proc_read()