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

/drivers/net/ethernet/micrel/
H A Dks8695net.c142 * @phyiface_regs: The ioremapped registers for the phy/switch if available
171 void __iomem *phyiface_regs; member in struct:ks8695_priv
598 ctrl = readl(ksp->phyiface_regs + KS8695_WMC);
815 if (ksp->phyiface_regs)
816 iounmap(ksp->phyiface_regs);
880 ctrl = readl(ksp->phyiface_regs + KS8695_WMC);
943 ctrl = readl(ksp->phyiface_regs + KS8695_WMC);
958 writel(ctrl, ksp->phyiface_regs + KS8695_WMC);
960 ctrl = readl(ksp->phyiface_regs + KS8695_WMC);
971 writel(ctrl, ksp->phyiface_regs
[all...]

Completed in 599 milliseconds