Searched refs:tah_regs (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_tah.c22 struct tah_regs *p;
30 p = (struct tah_regs *)ioremap(ocpdev->def->paddr, sizeof(*p));
68 struct tah_regs *p = ocp_get_drvdata(ocpdev);
76 struct tah_regs *p = ocp_get_drvdata(ocpdev);
97 sizeof(struct tah_regs);
102 struct tah_regs *dev = ocp_get_drvdata(ocpdev);
104 struct tah_regs *regs = (struct tah_regs *)(hdr + 1);
108 memcpy_fromio(regs, dev, sizeof(struct tah_regs));
H A Dibm_emac_tah.h24 struct tah_regs { struct

Completed in 46 milliseconds