Searched refs:BMI_FIFO_UNITS (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c190 if (p_DfltConfig->rx_pri_elevation % BMI_FIFO_UNITS)
194 ("rxFifoPriElevationLevel has to be divisible by %d", BMI_FIFO_UNITS));
195 if ((p_DfltConfig->rx_pri_elevation < BMI_FIFO_UNITS)
201 if (p_DfltConfig->rx_fifo_thr % BMI_FIFO_UNITS)
205 ("rxFifoThreshold has to be divisible by %d", BMI_FIFO_UNITS));
206 if ((p_DfltConfig->rx_fifo_thr < BMI_FIFO_UNITS)
225 && (p_FmPort->fifoBufs.extra % BMI_FIFO_UNITS))
229 ("fifoBufs.extra has to be divisible by %d", BMI_FIFO_UNITS));
262 if (p_DfltConfig->tx_fifo_min_level % BMI_FIFO_UNITS)
266 ("txFifoMinFillLevel has to be divisible by %d", BMI_FIFO_UNITS));
[all...]
H A Dfm_port.h58 #define MAX_PORT_FIFO_SIZE MIN(BMI_MAX_FIFO_SIZE, 1024*BMI_FIFO_UNITS)
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h599 #define BMI_FIFO_UNITS 0x100 macro
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c151 if (p_Fm->p_FmStateStruct->totalFifoSize % BMI_FIFO_UNITS)
152 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("totalFifoSize number has to be divisible by %d", BMI_FIFO_UNITS));
2215 ASSERT_COND(p_Fm->p_FmStateStruct->accumulatedFifoSize >= (sizeOfFifo * BMI_FIFO_UNITS));
2216 p_Fm->p_FmStateStruct->accumulatedFifoSize -= (sizeOfFifo * BMI_FIFO_UNITS);
2656 p_Fm->p_FmStateStruct->extraFifoPoolSize = FM_MAX_NUM_OF_RX_PORTS*BMI_FIFO_UNITS;
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c2270 (uint32_t)(totalNumOfTnums * BMI_FIFO_UNITS),
2271 BMI_FIFO_UNITS));
2278 0, (uint32_t)(totalNumOfTnums * BMI_FIFO_UNITS));

Completed in 261 milliseconds