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

/freebsd-current/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h206 #define BMI_MAX_NUM_OF_DMAS 32 macro
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c165 (p_Fm->p_FmStateStruct->maxNumOfOpenDmas > BMI_MAX_NUM_OF_DMAS))
166 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("maxNumOfOpenDmas number has to be in the range 1 - %d", BMI_MAX_NUM_OF_DMAS));
3450 p_Fm->p_FmStateStruct->maxNumOfOpenDmas = BMI_MAX_NUM_OF_DMAS;

Completed in 68 milliseconds