Searched refs:BMI_MAX_FIFO_SIZE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/contrib/ncsw/inc/integrations/ |
| HD | dpaa_integration_ext.h | 207 #define BMI_MAX_FIFO_SIZE (FM_MURAM_SIZE) macro
|
| /freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/ |
| HD | fm_port.h | 87 #define DEFAULT_PORT_rxFifoPriElevationLevel BMI_MAX_FIFO_SIZE 88 #define DEFAULT_PORT_rxFifoThreshold (BMI_MAX_FIFO_SIZE*3/4)
|
| HD | fm_port.c | 180 … 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/ |
| HD | fm.h | 127 #define DEFAULT_totalFifoSize (BMI_MAX_FIFO_SIZE*3/4)
|
| HD | fm.c | 126 …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()
|