Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c227 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()
/linux-3.4.99/arch/powerpc/include/asm/
Ducc_slow.h201 u32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */ member