Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/mwave/
D3780i.c193 DSP_HBRIDGE_CONTROL rHBridgeControl; in dsp3780I_EnableDSP() local
329 rHBridgeControl.EnableDspInt = false; in dsp3780I_EnableDSP()
330 rHBridgeControl.MemAutoInc = true; in dsp3780I_EnableDSP()
331 rHBridgeControl.IoAutoInc = false; in dsp3780I_EnableDSP()
332 rHBridgeControl.DiagnosticMode = false; in dsp3780I_EnableDSP()
336 DSP_HBridgeControl, MKWORD(rHBridgeControl)); in dsp3780I_EnableDSP()
338 OutWordDsp(DSP_HBridgeControl, MKWORD(rHBridgeControl)); in dsp3780I_EnableDSP()
389 DSP_HBRIDGE_CONTROL rHBridgeControl; in dsp3780I_Reset() local
396 MKWORD(rHBridgeControl) = InWordDsp(DSP_HBridgeControl); in dsp3780I_Reset()
399 MKWORD(rHBridgeControl)); in dsp3780I_Reset()
[all …]