Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c158 uccs->tx_base_offset = -1; in ucc_slow_init()
212 uccs->tx_base_offset = in ucc_slow_init()
215 if (uccs->tx_base_offset < 0) { in ucc_slow_init()
222 bd = uccs->confBd = uccs->tx_bd = qe_muram_addr(uccs->tx_base_offset); in ucc_slow_init()
290 iowrite16be(uccs->tx_base_offset, &uccs->us_pram->tbase); in ucc_slow_init()
350 qe_muram_free(uccs->tx_base_offset); in ucc_slow_free()
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h197 s32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */ member