Lines Matching refs:rHBridgeControl
193 DSP_HBRIDGE_CONTROL rHBridgeControl;
329 rHBridgeControl.EnableDspInt = false;
330 rHBridgeControl.MemAutoInc = true;
331 rHBridgeControl.IoAutoInc = false;
332 rHBridgeControl.DiagnosticMode = false;
335 "3780i::dsp3780i_EnableDSP DSP_HBridgeControl %x rHBridgeControl %x\n",
336 DSP_HBridgeControl, MKWORD(rHBridgeControl));
338 OutWordDsp(DSP_HBridgeControl, MKWORD(rHBridgeControl));
389 DSP_HBRIDGE_CONTROL rHBridgeControl;
396 MKWORD(rHBridgeControl) = InWordDsp(DSP_HBridgeControl);
398 PRINTK_2(TRACE_3780I, "3780i::dsp3780i_Reset rHBridgeControl %x\n",
399 MKWORD(rHBridgeControl));
401 rHBridgeControl.EnableDspInt = false;
402 OutWordDsp(DSP_HBridgeControl, MKWORD(rHBridgeControl));
434 DSP_HBRIDGE_CONTROL rHBridgeControl;
459 MKWORD(rHBridgeControl) = InWordDsp(DSP_HBridgeControl);
460 rHBridgeControl.EnableDspInt = true;
462 PRINTK_2(TRACE_3780I, "3780i::dsp3780i_Run rHBridgeControl %x\n",
463 MKWORD(rHBridgeControl));
465 OutWordDsp(DSP_HBridgeControl, MKWORD(rHBridgeControl));
702 DSP_HBRIDGE_CONTROL rHBridgeControl;
715 MKWORD(rHBridgeControl) = InWordDsp(DSP_HBridgeControl);
716 rHBridgeControl.EnableDspInt = false;
717 OutWordDsp(DSP_HBridgeControl, MKWORD(rHBridgeControl));
728 rHBridgeControl.EnableDspInt = true;
729 OutWordDsp(DSP_HBridgeControl, MKWORD(rHBridgeControl));