Searched refs:DSP_SIGNATURE_PROBE_WORD (Results 1 – 2 of 2) sorted by relevance
44 #define DSP_SIGNATURE_PROBE_WORD 0x5a5a macro
917 WRITE_WORD(data, DSP_SIGNATURE_PROBE_WORD); in dsp_check_presence()922 if (pattern != DSP_SIGNATURE_PROBE_WORD) { in dsp_check_presence()924 dsp, pattern, DSP_SIGNATURE_PROBE_WORD)) in dsp_check_presence()929 WRITE_WORD(data, ~DSP_SIGNATURE_PROBE_WORD); in dsp_check_presence()934 if (pattern != (word)~DSP_SIGNATURE_PROBE_WORD) { in dsp_check_presence()936 dsp, pattern, (word)~DSP_SIGNATURE_PROBE_WORD)) in dsp_check_presence()