Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c403 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_clear_addr_in_paddr()
422 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_add_addr_in_hash()
821 if (ugeth->p_rx_glbl_pram) { in dump_regs()
823 pr_info("Base address: 0x%08x\n", (u32)ugeth->p_rx_glbl_pram); in dump_regs()
825 (u32)&ugeth->p_rx_glbl_pram->remoder, in dump_regs()
826 in_be32(&ugeth->p_rx_glbl_pram->remoder)); in dump_regs()
828 (u32)&ugeth->p_rx_glbl_pram->rqptr, in dump_regs()
829 in_be32(&ugeth->p_rx_glbl_pram->rqptr)); in dump_regs()
831 (u32)&ugeth->p_rx_glbl_pram->typeorlen, in dump_regs()
832 in_be16(&ugeth->p_rx_glbl_pram->typeorlen)); in dump_regs()
[all …]
Ducc_geth.h1166 struct ucc_geth_rx_global_pram __iomem *p_rx_glbl_pram; member