Home
last modified time | relevance | path

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

/linux/drivers/char/mwave/
H A D3780i.c232 WriteGenCfg(DSP_HBridgeCfg1Index, MKBYTE(rHBridgeCfg1)); in dsp3780I_EnableDSP()
233 WriteGenCfg(DSP_HBridgeCfg2Index, MKBYTE(rHBridgeCfg2)); in dsp3780I_EnableDSP()
234 WriteGenCfg(DSP_BusMasterCfg1Index, MKBYTE(rBusmasterCfg1)); in dsp3780I_EnableDSP()
235 WriteGenCfg(DSP_BusMasterCfg2Index, MKBYTE(rBusmasterCfg2)); in dsp3780I_EnableDSP()
236 WriteGenCfg(DSP_IsaProtCfgIndex, MKBYTE(rIsaProtCfg)); in dsp3780I_EnableDSP()
237 WriteGenCfg(DSP_PowerMgCfgIndex, MKBYTE(rPowerMgmtCfg)); in dsp3780I_EnableDSP()
238 WriteGenCfg(DSP_HBusTimerCfgIndex, MKBYTE(rHBusTimerCfg)); in dsp3780I_EnableDSP()
241 WriteGenCfg(DSP_UartCfg1Index, MKBYTE(rUartCfg1)); in dsp3780I_EnableDSP()
242 WriteGenCfg(DSP_UartCfg2Index, MKBYTE(rUartCfg2)); in dsp3780I_EnableDSP()
H A D3780i.h350 #define WriteGenCfg(index,value) dsp3780I_WriteGenCfg(usDspBaseIO,index,value) macro