Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2578 t_FmInterModulePortInitParams fmParams; in FM_PORT_Init() local
2660 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() local
2787 memset(&fmParams, 0, sizeof(fmParams)); in FM_PORT_Free()
2790 fmParams.deqPipelineDepth = in FM_PORT_Free()
[all …]