Home
last modified time | relevance | path

Searched refs:ug_regs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H A Ducc_geth.c444 struct ucc_geth __iomem *ug_regs; in get_statistics() local
448 ug_regs = ugeth->ug_regs; in get_statistics()
449 uf_regs = (struct ucc_fast __iomem *) ug_regs; in get_statistics()
538 hardware_statistics->tx64 = in_be32(&ug_regs->tx64); in get_statistics()
539 hardware_statistics->tx127 = in_be32(&ug_regs->tx127); in get_statistics()
540 hardware_statistics->tx255 = in_be32(&ug_regs->tx255); in get_statistics()
541 hardware_statistics->rx64 = in_be32(&ug_regs->rx64); in get_statistics()
542 hardware_statistics->rx127 = in_be32(&ug_regs->rx127); in get_statistics()
543 hardware_statistics->rx255 = in_be32(&ug_regs in get_statistics()
1313 struct ucc_geth __iomem *ug_regs; adjust_enet_interface() local
1581 struct ucc_geth __iomem *ug_regs; adjust_link() local
2040 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; ucc_geth_stop() local
2356 struct ucc_geth __iomem *ug_regs; ucc_geth_startup() local
[all...]
H A Ducc_geth_ethtool.c168 &ugeth->ug_regs->uempr, in uec_set_pauseparam()
169 &ugeth->ug_regs->maccfg1); in uec_set_pauseparam()
201 u32 __iomem *ug_regs = (u32 __iomem *)ugeth->ug_regs; in uec_get_regs() local
205 buff[i] = in_be32(&ug_regs[i]); in uec_get_regs()
311 if (ugeth->ug_regs) in uec_get_ethtool_stats()
312 base = (u32 __iomem *)&ugeth->ug_regs->tx64; in uec_get_ethtool_stats()
H A Ducc_geth.h1164 struct ucc_geth __iomem *ug_regs; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H A Ducc_geth.c464 struct ucc_geth __iomem *ug_regs; in get_statistics() local
468 ug_regs = ugeth->ug_regs; in get_statistics()
469 uf_regs = (struct ucc_fast __iomem *) ug_regs; in get_statistics()
558 hardware_statistics->tx64 = in_be32(&ug_regs->tx64); in get_statistics()
559 hardware_statistics->tx127 = in_be32(&ug_regs->tx127); in get_statistics()
560 hardware_statistics->tx255 = in_be32(&ug_regs->tx255); in get_statistics()
561 hardware_statistics->rx64 = in_be32(&ug_regs->rx64); in get_statistics()
562 hardware_statistics->rx127 = in_be32(&ug_regs->rx127); in get_statistics()
563 hardware_statistics->rx255 = in_be32(&ug_regs in get_statistics()
1293 struct ucc_geth __iomem *ug_regs; adjust_enet_interface() local
1561 struct ucc_geth __iomem *ug_regs; adjust_link() local
1997 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; ucc_geth_stop() local
2267 struct ucc_geth __iomem *ug_regs; ucc_geth_startup() local
[all...]
H A Ducc_geth_ethtool.c168 &ugeth->ug_regs->uempr, in uec_set_pauseparam()
169 &ugeth->ug_regs->maccfg1); in uec_set_pauseparam()
201 u32 __iomem *ug_regs = (u32 __iomem *)ugeth->ug_regs; in uec_get_regs() local
205 buff[i] = in_be32(&ug_regs[i]); in uec_get_regs()
315 if (ugeth->ug_regs) in uec_get_ethtool_stats()
316 base = (u32 __iomem *)&ugeth->ug_regs->tx64; in uec_get_ethtool_stats()
H A Ducc_geth.h1161 struct ucc_geth __iomem *ug_regs; member

Completed in 12 milliseconds