Searched refs:WriteGenCfg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/char/mwave/ |
H A D | 3780i.c | 315 WriteGenCfg(DSP_HBridgeCfg1Index, MKBYTE(rHBridgeCfg1)); in dsp3780I_EnableDSP() 316 WriteGenCfg(DSP_HBridgeCfg2Index, MKBYTE(rHBridgeCfg2)); in dsp3780I_EnableDSP() 317 WriteGenCfg(DSP_BusMasterCfg1Index, MKBYTE(rBusmasterCfg1)); in dsp3780I_EnableDSP() 318 WriteGenCfg(DSP_BusMasterCfg2Index, MKBYTE(rBusmasterCfg2)); in dsp3780I_EnableDSP() 319 WriteGenCfg(DSP_IsaProtCfgIndex, MKBYTE(rIsaProtCfg)); in dsp3780I_EnableDSP() 320 WriteGenCfg(DSP_PowerMgCfgIndex, MKBYTE(rPowerMgmtCfg)); in dsp3780I_EnableDSP() 321 WriteGenCfg(DSP_HBusTimerCfgIndex, MKBYTE(rHBusTimerCfg)); in dsp3780I_EnableDSP() 324 WriteGenCfg(DSP_UartCfg1Index, MKBYTE(rUartCfg1)); in dsp3780I_EnableDSP() 325 WriteGenCfg(DSP_UartCfg2Index, MKBYTE(rUartCfg2)); in dsp3780I_EnableDSP()
|
H A D | 3780i.h | 350 #define WriteGenCfg(index,value) dsp3780I_WriteGenCfg(usDspBaseIO,index,value) macro
|