Searched refs:p_tx_glbl_pram (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c728 if (ugeth->p_tx_glbl_pram) {
730 pr_info("Base address: 0x%08x\n", (u32)ugeth->p_tx_glbl_pram);
732 (u32)&ugeth->p_tx_glbl_pram->temoder,
733 in_be16(&ugeth->p_tx_glbl_pram->temoder));
735 (u32)&ugeth->p_tx_glbl_pram->sqptr,
736 in_be32(&ugeth->p_tx_glbl_pram->sqptr));
738 (u32)&ugeth->p_tx_glbl_pram->schedulerbasepointer,
739 in_be32(&ugeth->p_tx_glbl_pram->schedulerbasepointer));
741 (u32)&ugeth->p_tx_glbl_pram->txrmonbaseptr,
742 in_be32(&ugeth->p_tx_glbl_pram
[all...]
H A Ducc_geth.h1166 struct ucc_geth_tx_global_pram __iomem *p_tx_glbl_pram; member in struct:ucc_geth_private

Completed in 151 milliseconds