Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Domap-usb2-phy.c28 #define USB2PHY_ANA_CONFIG1 (0x4c) macro
139 val = readl(priv->phy_base + USB2PHY_ANA_CONFIG1); in omap_usb2_phy_init()
141 writel(val, priv->phy_base + USB2PHY_ANA_CONFIG1); in omap_usb2_phy_init()
/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c27 #define USB2PHY_ANA_CONFIG1 0x4c macro
240 val = omap_usb_readl(phy->phy_base, USB2PHY_ANA_CONFIG1); in omap_usb_init()
242 omap_usb_writel(phy->phy_base, USB2PHY_ANA_CONFIG1, val); in omap_usb_init()