Searched refs:DSP_SIGNATURE_PROBE_WORD (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddsp_tst.h44 #define DSP_SIGNATURE_PROBE_WORD 0x5a5a macro
H A Dos_pri.c917 WRITE_WORD(data, DSP_SIGNATURE_PROBE_WORD); dsp_check_presence()
922 if (pattern != DSP_SIGNATURE_PROBE_WORD) { dsp_check_presence()
924 dsp, pattern, DSP_SIGNATURE_PROBE_WORD)) dsp_check_presence()
929 WRITE_WORD(data, ~DSP_SIGNATURE_PROBE_WORD); dsp_check_presence()
934 if (pattern != (word)~DSP_SIGNATURE_PROBE_WORD) { dsp_check_presence()
936 dsp, pattern, (word)~DSP_SIGNATURE_PROBE_WORD)) dsp_check_presence()

Completed in 81 milliseconds