Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/mwave/
D3780i.c316 WriteGenCfg(DSP_HBridgeCfg1Index, MKBYTE(rHBridgeCfg1)); in dsp3780I_EnableDSP()
317 WriteGenCfg(DSP_HBridgeCfg2Index, MKBYTE(rHBridgeCfg2)); in dsp3780I_EnableDSP()
318 WriteGenCfg(DSP_BusMasterCfg1Index, MKBYTE(rBusmasterCfg1)); in dsp3780I_EnableDSP()
319 WriteGenCfg(DSP_BusMasterCfg2Index, MKBYTE(rBusmasterCfg2)); in dsp3780I_EnableDSP()
320 WriteGenCfg(DSP_IsaProtCfgIndex, MKBYTE(rIsaProtCfg)); in dsp3780I_EnableDSP()
321 WriteGenCfg(DSP_PowerMgCfgIndex, MKBYTE(rPowerMgmtCfg)); in dsp3780I_EnableDSP()
322 WriteGenCfg(DSP_HBusTimerCfgIndex, MKBYTE(rHBusTimerCfg)); in dsp3780I_EnableDSP()
325 WriteGenCfg(DSP_UartCfg1Index, MKBYTE(rUartCfg1)); in dsp3780I_EnableDSP()
326 WriteGenCfg(DSP_UartCfg2Index, MKBYTE(rUartCfg2)); in dsp3780I_EnableDSP()
D3780i.h354 #define WriteGenCfg(index,value) dsp3780I_WriteGenCfg(usDspBaseIO,index,value) macro