Searched refs:dsp_version (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/lx6464es/ |
H A D | lx6464es.c | 669 u32 dsp_version; in lx_init_get_version_features() local 675 err = lx_dsp_get_version(chip, &dsp_version); in lx_init_get_version_features() 681 (dsp_version>>16) & 0xff, (dsp_version>>8) & 0xff, in lx_init_get_version_features() 682 dsp_version & 0xff); in lx_init_get_version_features()
|
/kernel/linux/linux-6.6/sound/pci/lx6464es/ |
H A D | lx6464es.c | 649 u32 dsp_version; in lx_init_get_version_features() local 655 err = lx_dsp_get_version(chip, &dsp_version); in lx_init_get_version_features() 661 (dsp_version>>16) & 0xff, (dsp_version>>8) & 0xff, in lx_init_get_version_features() 662 dsp_version & 0xff); in lx_init_get_version_features()
|
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr.h | 77 unsigned int dsp_version; /* read from embedded once firmware is loaded */ member
|
H A D | pcxhr_core.h | 88 #define DSP_EXT_CMD_SET(x) (x->dsp_version > 0x012800)
|
H A D | pcxhr_hwdep.c | 78 mgr->dsp_version = rmh.stat[0]; in pcxhr_init_board()
|
H A D | pcxhr.c | 1228 short ver_maj = (mgr->dsp_version >> 16) & 0xff; in pcxhr_proc_info() 1229 short ver_min = (mgr->dsp_version >> 8) & 0xff; in pcxhr_proc_info() 1230 short ver_build = mgr->dsp_version & 0xff; in pcxhr_proc_info()
|
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr.h | 77 unsigned int dsp_version; /* read from embedded once firmware is loaded */ member
|
H A D | pcxhr_core.h | 88 #define DSP_EXT_CMD_SET(x) (x->dsp_version > 0x012800)
|
H A D | pcxhr_hwdep.c | 78 mgr->dsp_version = rmh.stat[0]; in pcxhr_init_board()
|
H A D | pcxhr.c | 1228 short ver_maj = (mgr->dsp_version >> 16) & 0xff; in pcxhr_proc_info() 1229 short ver_min = (mgr->dsp_version >> 8) & 0xff; in pcxhr_proc_info() 1230 short ver_build = mgr->dsp_version & 0xff; in pcxhr_proc_info()
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_proc.c | 48 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo()
|
H A D | fireworks.h | 146 u32 dsp_version; member
|
H A D | fireworks_command.c | 238 be32_to_cpus(&hwinfo->dsp_version); in snd_efw_command_get_hwinfo()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks.h | 143 u32 dsp_version; member
|
H A D | fireworks_proc.c | 48 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo()
|
H A D | fireworks_command.c | 238 be32_to_cpus(&hwinfo->dsp_version); in snd_efw_command_get_hwinfo()
|
Completed in 14 milliseconds