Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/fsl/qe/
Ducc_slow.c217 uccs->tx_base_offset = in ucc_slow_init()
220 if (IS_ERR_VALUE(uccs->tx_base_offset)) { in ucc_slow_init()
222 uccs->tx_base_offset = 0; in ucc_slow_init()
228 bd = uccs->confBd = uccs->tx_bd = qe_muram_addr(uccs->tx_base_offset); in ucc_slow_init()
296 out_be16(&uccs->us_pram->tbase, uccs->tx_base_offset); in ucc_slow_init()
358 if (uccs->tx_base_offset) in ucc_slow_free()
359 qe_muram_free(uccs->tx_base_offset); in ucc_slow_free()
/Linux-v5.4/include/soc/fsl/qe/
Ducc_slow.h197 u32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */ member