Searched refs:p_rx_glbl_pram (Results 1 – 2 of 2) sorted by relevance
400 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_clear_addr_in_paddr()419 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_add_addr_in_hash()818 if (ugeth->p_rx_glbl_pram) { in dump_regs()820 pr_info("Base address: 0x%08x\n", (u32)ugeth->p_rx_glbl_pram); in dump_regs()822 (u32)&ugeth->p_rx_glbl_pram->remoder, in dump_regs()823 in_be32(&ugeth->p_rx_glbl_pram->remoder)); in dump_regs()825 (u32)&ugeth->p_rx_glbl_pram->rqptr, in dump_regs()826 in_be32(&ugeth->p_rx_glbl_pram->rqptr)); in dump_regs()828 (u32)&ugeth->p_rx_glbl_pram->typeorlen, in dump_regs()829 in_be16(&ugeth->p_rx_glbl_pram->typeorlen)); in dump_regs()[all …]
1162 struct ucc_geth_rx_global_pram __iomem *p_rx_glbl_pram; member