Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qe/
Ducc_slow.c221 uccs->tx_base_offset = in ucc_slow_init()
224 if (IS_ERR_VALUE(uccs->tx_base_offset)) { in ucc_slow_init()
226 uccs->tx_base_offset = 0; in ucc_slow_init()
232 bd = uccs->confBd = uccs->tx_bd = qe_muram_addr(uccs->tx_base_offset); in ucc_slow_init()
300 out_be16(&uccs->us_pram->tbase, uccs->tx_base_offset); in ucc_slow_init()
362 if (uccs->tx_base_offset) in ucc_slow_free()
363 qe_muram_free(uccs->tx_base_offset); in ucc_slow_free()
/Linux-v4.19/include/soc/fsl/qe/
Ducc_slow.h201 u32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */ member