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

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3782 if (!p_FmPortPerformanceCnt->fifoCompVal
3783 || (p_FmPortPerformanceCnt->fifoCompVal > p_FmPort->fifoBufs.num))
3787 ("fifoCompVal (%d) has to be in the range of 256 - %d (current value)!", p_FmPortPerformanceCnt->fifoCompVal, p_FmPort->fifoBufs.num));
3788 if (p_FmPortPerformanceCnt->fifoCompVal % BMI_FIFO_UNITS)
3792 ("fifoCompVal (%d) has to be divisible by %d", p_FmPortPerformanceCnt->fifoCompVal, BMI_FIFO_UNITS));
3831 params.fifo_val = p_FmPortPerformanceCnt->fifoCompVal;
3859 currParams.fifoCompVal = p_FmPort->fifoBufs.num;
3907 if ((currParams.fifoCompVal !
[all...]
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h435 uint32_t fifoCompVal; /**< Fifo compare value (in bytes) */ member in struct:t_FmPortPerformanceCnt

Completed in 117 milliseconds