Searched refs:tx_base_offset (Results 1 – 2 of 2) sorted by relevance
227 uccs->tx_base_offset = in ucc_slow_init()230 if (IS_ERR_VALUE(uccs->tx_base_offset)) { in ucc_slow_init()232 uccs->tx_base_offset = 0; in ucc_slow_init()238 bd = uccs->confBd = uccs->tx_bd = qe_muram_addr(uccs->tx_base_offset); in ucc_slow_init()306 out_be16(&uccs->us_pram->tbase, uccs->tx_base_offset); in ucc_slow_init()368 if (uccs->tx_base_offset) in ucc_slow_free()369 qe_muram_free(uccs->tx_base_offset); in ucc_slow_free()
201 u32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */ member