Home
last modified time | relevance | path

Searched refs:tx_fifo_deq_pipeline_depth (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c199 tmp |= ((uint32_t)cfg->tx_fifo_deq_pipeline_depth - 1) << in init_bmi_tx()
303 tmp = ((uint32_t)cfg->tx_fifo_deq_pipeline_depth - 1) << in init_bmi_oh()
704 cfg->tx_fifo_deq_pipeline_depth = 4; in fman_port_defconfig()
710 cfg->tx_fifo_deq_pipeline_depth = 2; in fman_port_defconfig()
712 cfg->tx_fifo_deq_pipeline_depth = 1; in fman_port_defconfig()
H A Dfm_port.c66 if (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
141 || (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
145 if ((!p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth) in CheckInitParameters()
146 || (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
285 if (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in CheckInitParameters()
351 … (p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth != DEFAULT_notSupported)) in CheckInitParameters()
431 p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in VerifySizeOfFifo()
510 … + ((p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth in VerifySizeOfFifo()
2412 p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth = in FM_PORT_Config()
2448 p_FmPort->p_FmPortDriverParam->dfltCfg.tx_fifo_deq_pipeline_depth = in FM_PORT_Config()
[all …]
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h389 uint8_t tx_fifo_deq_pipeline_depth; member