Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3782 if (!p_FmPortPerformanceCnt->fifoCompVal in FM_PORT_SetPerformanceCountersParams()
3783 || (p_FmPortPerformanceCnt->fifoCompVal > p_FmPort->fifoBufs.num)) in FM_PORT_SetPerformanceCountersParams()
3788 if (p_FmPortPerformanceCnt->fifoCompVal % BMI_FIFO_UNITS) in FM_PORT_SetPerformanceCountersParams()
3831 params.fifo_val = p_FmPortPerformanceCnt->fifoCompVal; in FM_PORT_SetPerformanceCountersParams()
3859 currParams.fifoCompVal = p_FmPort->fifoBufs.num; in FM_PORT_AnalyzePerformanceParams()
3907 if ((currParams.fifoCompVal != BMI_FIFO_UNITS) in FM_PORT_AnalyzePerformanceParams()
3908 && !savedParams.fifoCompVal) in FM_PORT_AnalyzePerformanceParams()
3910 currParams.fifoCompVal -= BMI_FIFO_UNITS; in FM_PORT_AnalyzePerformanceParams()
3930 if (!savedParams.fifoCompVal in FM_PORT_AnalyzePerformanceParams()
3932 savedParams.fifoCompVal = currParams.fifoCompVal in FM_PORT_AnalyzePerformanceParams()
[all …]
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h435 uint32_t fifoCompVal; /**< Fifo compare value (in bytes) */ member