Home
last modified time | relevance | path

Searched refs:MIN_NUM_OF_OP_DMAS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h651 #define MIN_NUM_OF_OP_DMAS 2 macro
H A Dfm_port.c328 && (p_FmPort->openDmas.num < MIN_NUM_OF_OP_DMAS)) in CheckInitParameters()
332 ("For Offline port, openDmas.num can't be smaller than %d", MIN_NUM_OF_OP_DMAS)); in CheckInitParameters()