Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddsp_tst.h45 #define DSP_SIGNATURE_PROBE_WORD 0x5a5a macro
Dos_pri.c918 WRITE_WORD(data, DSP_SIGNATURE_PROBE_WORD); in dsp_check_presence()
923 if (pattern != DSP_SIGNATURE_PROBE_WORD) { in dsp_check_presence()
925 dsp, pattern, DSP_SIGNATURE_PROBE_WORD)) in dsp_check_presence()
930 WRITE_WORD(data, ~DSP_SIGNATURE_PROBE_WORD); in dsp_check_presence()
935 if (pattern != (word)~DSP_SIGNATURE_PROBE_WORD) { in dsp_check_presence()
937 dsp, pattern, (word)~DSP_SIGNATURE_PROBE_WORD)) in dsp_check_presence()