Home
last modified time | relevance | path

Searched refs:phyctl (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c141 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset; in sun4i_usb_phy_write() local
146 writel(0, phyctl); in sun4i_usb_phy_write()
150 temp = readl(phyctl); in sun4i_usb_phy_write()
157 writel(temp, phyctl); in sun4i_usb_phy_write()
160 temp = readb(phyctl); in sun4i_usb_phy_write()
166 writeb(temp, phyctl); in sun4i_usb_phy_write()
169 temp = readb(phyctl); in sun4i_usb_phy_write()
171 writeb(temp, phyctl); in sun4i_usb_phy_write()
173 temp = readb(phyctl); in sun4i_usb_phy_write()
175 writeb(temp, phyctl); in sun4i_usb_phy_write()
[all …]