Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddsp_tst.h44 #define DSP_SIGNATURE_PROBE_WORD 0x5a5a macro
Dos_pri.c917 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()