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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Ducc_geth.c456 struct ucc_geth __iomem *ug_regs; local
460 ug_regs = ugeth->ug_regs;
461 uf_regs = (struct ucc_fast __iomem *) ug_regs;
550 hardware_statistics->tx64 = in_be32(&ug_regs->tx64);
551 hardware_statistics->tx127 = in_be32(&ug_regs->tx127);
552 hardware_statistics->tx255 = in_be32(&ug_regs->tx255);
553 hardware_statistics->rx64 = in_be32(&ug_regs->rx64);
554 hardware_statistics->rx127 = in_be32(&ug_regs->rx127);
555 hardware_statistics->rx255 = in_be32(&ug_regs
1335 struct ucc_geth __iomem *ug_regs; local
1603 struct ucc_geth __iomem *ug_regs; local
2048 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; local
2222 struct ucc_geth __iomem *ug_regs; local
[all...]
H A Ducc_geth_ethtool.c174 &ugeth->ug_regs->uempr,
175 &ugeth->ug_regs->maccfg1);
207 u32 __iomem *ug_regs = (u32 __iomem *)ugeth->ug_regs; local
211 buff[i] = in_be32(&ug_regs[i]);
319 if (ugeth->ug_regs)
320 base = (u32 __iomem *)&ugeth->ug_regs->tx64;
H A Ducc_geth.h1161 struct ucc_geth __iomem *ug_regs; member in struct:ucc_geth_private
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c456 struct ucc_geth __iomem *ug_regs; local
460 ug_regs = ugeth->ug_regs;
461 uf_regs = (struct ucc_fast __iomem *) ug_regs;
550 hardware_statistics->tx64 = in_be32(&ug_regs->tx64);
551 hardware_statistics->tx127 = in_be32(&ug_regs->tx127);
552 hardware_statistics->tx255 = in_be32(&ug_regs->tx255);
553 hardware_statistics->rx64 = in_be32(&ug_regs->rx64);
554 hardware_statistics->rx127 = in_be32(&ug_regs->rx127);
555 hardware_statistics->rx255 = in_be32(&ug_regs
1335 struct ucc_geth __iomem *ug_regs; local
1603 struct ucc_geth __iomem *ug_regs; local
2048 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; local
2222 struct ucc_geth __iomem *ug_regs; local
[all...]
H A Ducc_geth_ethtool.c174 &ugeth->ug_regs->uempr,
175 &ugeth->ug_regs->maccfg1);
207 u32 __iomem *ug_regs = (u32 __iomem *)ugeth->ug_regs; local
211 buff[i] = in_be32(&ug_regs[i]);
319 if (ugeth->ug_regs)
320 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 133 milliseconds