Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/rme9652/
Dhdsp.c91 #define HDSP_statusRegister 0 macro
662 if (0 == (hdsp_read(hdsp, HDSP_statusRegister) & in hdsp_check_for_iobox()
687 if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError) in hdsp_wait_for_iobox()
717 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in snd_hdsp_load_firmware_from_cache()
771 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in hdsp_get_iobox_version()
833 if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) { in hdsp_check_for_firmware()
965 unsigned int status = hdsp_read(hdsp, HDSP_statusRegister); in hdsp_spdif_sample_rate()
1034 position = hdsp_read(hdsp, HDSP_statusRegister); in hdsp_hw_pointer()
2717 int status = hdsp_read(hdsp, HDSP_statusRegister); in hdsp_spdif_sync_check()
2748 int status = hdsp_read(hdsp, HDSP_statusRegister); in hdsp_adatsync_sync_check()
[all …]