Home
last modified time | relevance | path

Searched refs:thread_dat_tx_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/qe/
H A Duec.c784 uec->thread_dat_tx_offset = qe_muram_alloc( in uec_init_tx_parameter()
789 qe_muram_addr(uec->thread_dat_tx_offset); in uec_init_tx_parameter()
790 out_be32(&uec->p_tx_glbl_pram->tqptr, uec->thread_dat_tx_offset); in uec_init_tx_parameter()
H A Duec.h711 u32 thread_dat_tx_offset; member
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h1170 u32 thread_dat_tx_offset; member
H A Ducc_geth.c2404 ugeth->thread_dat_tx_offset = in ucc_geth_startup()
2409 if (IS_ERR_VALUE(ugeth->thread_dat_tx_offset)) { in ucc_geth_startup()
2417 thread_dat_tx_offset); in ucc_geth_startup()
2418 out_be32(&ugeth->p_tx_glbl_pram->tqptr, ugeth->thread_dat_tx_offset); in ucc_geth_startup()