Home
last modified time | relevance | path

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

/freebsd/sys/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()
3787 …be in the range of 256 - %d (current value)!", p_FmPortPerformanceCnt->fifoCompVal, p_FmPort->fifo… in FM_PORT_SetPerformanceCountersParams()
3788 if (p_FmPortPerformanceCnt->fifoCompVal % BMI_FIFO_UNITS) in FM_PORT_SetPerformanceCountersParams()
3792 …("fifoCompVal (%d) has to be divisible by %d", 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()
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h435 uint32_t fifoCompVal; /**< Fifo compare value (in bytes) */ member