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

/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c464 struct ucc_geth __iomem *ug_regs; local
468 ug_regs = ugeth->ug_regs;
469 uf_regs = (struct ucc_fast __iomem *) ug_regs;
558 hardware_statistics->tx64 = in_be32(&ug_regs->tx64);
559 hardware_statistics->tx127 = in_be32(&ug_regs->tx127);
560 hardware_statistics->tx255 = in_be32(&ug_regs->tx255);
561 hardware_statistics->rx64 = in_be32(&ug_regs->rx64);
562 hardware_statistics->rx127 = in_be32(&ug_regs->rx127);
563 hardware_statistics->rx255 = in_be32(&ug_regs
1293 struct ucc_geth __iomem *ug_regs; local
1561 struct ucc_geth __iomem *ug_regs; local
1997 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; local
2267 struct ucc_geth __iomem *ug_regs; local
[all...]
H A Ducc_geth_ethtool.c168 &ugeth->ug_regs->uempr,
169 &ugeth->ug_regs->maccfg1);
201 u32 __iomem *ug_regs = (u32 __iomem *)ugeth->ug_regs; local
205 buff[i] = in_be32(&ug_regs[i]);
315 if (ugeth->ug_regs)
316 base = (u32 __iomem *)&ugeth->ug_regs->tx64;
H A Ducc_geth.h1161 struct ucc_geth __iomem *ug_regs; member in struct:ucc_geth_private

Completed in 227 milliseconds