Searched refs:phyctl (Results 1 – 1 of 1) sorted by relevance
184 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset; in sun4i_usb_phy_write() local192 writel(0, phyctl); in sun4i_usb_phy_write()196 temp = readl(phyctl); in sun4i_usb_phy_write()203 writel(temp, phyctl); in sun4i_usb_phy_write()206 temp = readb(phyctl); in sun4i_usb_phy_write()212 writeb(temp, phyctl); in sun4i_usb_phy_write()215 temp = readb(phyctl); in sun4i_usb_phy_write()217 writeb(temp, phyctl); in sun4i_usb_phy_write()219 temp = readb(phyctl); in sun4i_usb_phy_write()221 writeb(temp, phyctl); in sun4i_usb_phy_write()[all …]