Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Ducc_geth.c404 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_clear_addr_in_paddr()
423 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_add_addr_in_hash()
822 if (ugeth->p_rx_glbl_pram) { in dump_regs()
824 pr_info("Base address: 0x%08x\n", (u32)ugeth->p_rx_glbl_pram); in dump_regs()
826 (u32)&ugeth->p_rx_glbl_pram->remoder, in dump_regs()
827 in_be32(&ugeth->p_rx_glbl_pram->remoder)); in dump_regs()
829 (u32)&ugeth->p_rx_glbl_pram->rqptr, in dump_regs()
830 in_be32(&ugeth->p_rx_glbl_pram->rqptr)); in dump_regs()
832 (u32)&ugeth->p_rx_glbl_pram->typeorlen, in dump_regs()
833 in_be16(&ugeth->p_rx_glbl_pram->typeorlen)); in dump_regs()
[all …]
Ducc_geth.h1173 struct ucc_geth_rx_global_pram __iomem *p_rx_glbl_pram; member