Lines Matching defs:phyctl
129 spinlock_t reg_lock; /* guard access to phyctl reg */
196 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset;
203 /* SoCs newer than A33 need us to set phyctl to 0 explicitly */
204 writel(0, phyctl);
208 temp = readl(phyctl);
215 writel(temp, phyctl);
218 temp = readb(phyctl);
224 writeb(temp, phyctl);
227 temp = readb(phyctl);
229 writeb(temp, phyctl);
231 temp = readb(phyctl);
233 writeb(temp, phyctl);
343 void __iomem *phyctl = data->base +
346 writel(readl(phyctl) | PHY_CTL_SIDDQ, phyctl);