Searched refs:dsp_version (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr.h95 unsigned int dsp_version; /* read from embedded once firmware is loaded */ member in struct:pcxhr_mgr
H A Dpcxhr_core.h99 #define DSP_EXT_CMD_SET(x) (x->dsp_version > 0x012800)
H A Dpcxhr_hwdep.c96 mgr->dsp_version = rmh.stat[0];
H A Dpcxhr.c1216 short ver_maj = (mgr->dsp_version >> 16) & 0xff;
1217 short ver_min = (mgr->dsp_version >> 8) & 0xff;
1218 short ver_build = mgr->dsp_version & 0xff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx6464es.c686 u32 dsp_version; local
692 err = lx_dsp_get_version(chip, &dsp_version);
698 (dsp_version>>16) & 0xff, (dsp_version>>8) & 0xff,
699 dsp_version & 0xff);

Completed in 41 milliseconds