Searched refs:fmParams (Results 1 – 1 of 1) sorted by relevance
2578 t_FmInterModulePortInitParams fmParams; in FM_PORT_Init() local2660 memset(&fmParams, 0, sizeof(fmParams)); in FM_PORT_Init()2674 fmParams.sizeOfFifo = p_FmPort->fifoBufs.num; in FM_PORT_Init()2676 fmParams.independentMode = p_FmPort->imEn; in FM_PORT_Init()2678 fmParams.liodnBase = p_DriverParams->liodnBase; in FM_PORT_Init()2679 fmParams.deqPipelineDepth = in FM_PORT_Init()2691 fmParams.deqPipelineDepth = 2; in FM_PORT_Init()2766 t_FmInterModulePortFreeParams fmParams; in FM_PORT_Free() local2787 memset(&fmParams, 0, sizeof(fmParams)); in FM_PORT_Free()2790 fmParams.deqPipelineDepth = in FM_PORT_Free()[all …]