Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/marvell/
H A Dphy-pxa-28nm-usb2.c36 #define PHY_28NM_OTG_REG 0x34 macro
195 reg = readl(base + PHY_28NM_OTG_REG) | PHY_28NM_OTG_PU_OTG; in mv_usb2_phy_28nm_init()
196 writel(reg & ~PHY_28NM_OTG_CONTROL_BY_PIN, base + PHY_28NM_OTG_REG); in mv_usb2_phy_28nm_init()
276 val = readw(base + PHY_28NM_OTG_REG); in mv_usb2_phy_28nm_exit()
278 writew(val, base + PHY_28NM_OTG_REG); in mv_usb2_phy_28nm_exit()