Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth.c419 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_clear_addr_in_paddr()
438 (struct ucc_geth_82xx_address_filtering_pram __iomem *) ugeth->p_rx_glbl_pram-> in hw_add_addr_in_hash()
797 if (ugeth->p_rx_glbl_pram) { in dump_regs()
799 pr_info("Base address: 0x%08x\n", (u32)ugeth->p_rx_glbl_pram); in dump_regs()
801 (u32)&ugeth->p_rx_glbl_pram->remoder, in dump_regs()
802 in_be32(&ugeth->p_rx_glbl_pram->remoder)); in dump_regs()
804 (u32)&ugeth->p_rx_glbl_pram->rqptr, in dump_regs()
805 in_be32(&ugeth->p_rx_glbl_pram->rqptr)); in dump_regs()
807 (u32)&ugeth->p_rx_glbl_pram->typeorlen, in dump_regs()
808 in_be16(&ugeth->p_rx_glbl_pram->typeorlen)); in dump_regs()
[all …]
Ducc_geth.h1165 struct ucc_geth_rx_global_pram __iomem *p_rx_glbl_pram; member