Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/ncsw/inc/integrations/
HDdpaa_integration_ext.h207 #define BMI_MAX_FIFO_SIZE (FM_MURAM_SIZE) macro
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
HDfm_port.h87 #define DEFAULT_PORT_rxFifoPriElevationLevel BMI_MAX_FIFO_SIZE
88 #define DEFAULT_PORT_rxFifoThreshold (BMI_MAX_FIFO_SIZE*3/4)
HDfm_port.c180 … if(!p_Params->rxFifoPriElevationLevel || (p_Params->rxFifoPriElevationLevel > BMI_MAX_FIFO_SIZE)) in CheckInitParameters()
181 …_INVALID_VALUE, ("rxFifoPriElevationLevel has to be in the range of 256 - %d", BMI_MAX_FIFO_SIZE)); in CheckInitParameters()
184 if(!p_Params->rxFifoThreshold ||(p_Params->rxFifoThreshold > BMI_MAX_FIFO_SIZE)) in CheckInitParameters()
185 …MAJOR, E_INVALID_VALUE, ("rxFifoThreshold has to be in the range of 256 - %d", BMI_MAX_FIFO_SIZE)); in CheckInitParameters()
247 if(p_Params->txFifoMinFillLevel > (BMI_MAX_FIFO_SIZE - 256)) in CheckInitParameters()
248 …AJOR, E_INVALID_VALUE, ("txFifoMinFillLevel has to be in the range of 0 - %d", BMI_MAX_FIFO_SIZE)); in CheckInitParameters()
251 if(!p_Params->txFifoLowComfLevel || (p_Params->txFifoLowComfLevel > BMI_MAX_FIFO_SIZE)) in CheckInitParameters()
252 …OR, E_INVALID_VALUE, ("txFifoLowComfLevel has to be in the range of 256 - %d", BMI_MAX_FIFO_SIZE)); in CheckInitParameters()
319 if(!p_FmPort->fifoBufs.num || (p_FmPort->fifoBufs.num > BMI_MAX_FIFO_SIZE)) in CheckInitParameters()
320 …OR(MAJOR, E_INVALID_VALUE, ("fifoBufs.num has to be in the range of 256 - %d", BMI_MAX_FIFO_SIZE)); in CheckInitParameters()
[all …]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
HDfm.h127 #define DEFAULT_totalFifoSize (BMI_MAX_FIFO_SIZE*3/4)
HDfm.c126 …p_Fm->p_FmStateStruct->totalFifoSize || (p_Fm->p_FmStateStruct->totalFifoSize > BMI_MAX_FIFO_SIZE)) in CheckFmParameters()
127 …JOR, E_INVALID_VALUE, ("totalFifoSize number has to be in the range 256 - %d", BMI_MAX_FIFO_SIZE)); in CheckFmParameters()