Lines Matching defs:phyctl
118 spinlock_t reg_lock; /* guard access to phyctl reg */
185 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset;
192 /* SoCs newer than A33 need us to set phyctl to 0 explicitly */
193 writel(0, phyctl);
197 temp = readl(phyctl);
204 writel(temp, phyctl);
207 temp = readb(phyctl);
213 writeb(temp, phyctl);
216 temp = readb(phyctl);
218 writeb(temp, phyctl);
220 temp = readb(phyctl);
222 writeb(temp, phyctl);
376 void __iomem *phyctl = data->base +
379 writel(readl(phyctl) | PHY_CTL_SIDDQ, phyctl);