Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h107 #define DEFAULT_notSupported 0xff macro
H A Dfm_port.c142 != DEFAULT_notSupported)) in CheckInitParameters()
343 (p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore != DEFAULT_notSupported)) in CheckInitParameters()
351 … (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth != DEFAULT_notSupported)) in CheckInitParameters()
362 && ((p_Params->cheksumLastBytesIgnore != DEFAULT_notSupported))) in CheckInitParameters()
408 if (p_FmPort->p_FmPortDriverParam->deqPrefetchOption != DEFAULT_notSupported) in CheckInitParameters()
2461 p_FmPort->p_FmPortDriverParam->cheksumLastBytesIgnore = DEFAULT_notSupported; in FM_PORT_Config()
2467 … p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth = DEFAULT_notSupported; in FM_PORT_Config()
2479 …p_FmPort->p_FmPortDriverParam->deqPrefetchOption = (e_FmPortDeqPrefetchOption)DEFAULT_notSupported; in FM_PORT_Config()