Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dphy-rcar-gen3.c22 #define USB2_INT_ENABLE 0x000 macro
63 writel(0, priv->regs + USB2_INT_ENABLE); in rcar_gen3_phy_phy_init()
/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c27 #define USB2_INT_ENABLE 0x000 macro
451 val = readl(usb2_base + USB2_INT_ENABLE); in rcar_gen3_phy_usb2_init()
453 writel(val, usb2_base + USB2_INT_ENABLE); in rcar_gen3_phy_usb2_init()
481 val = readl(usb2_base + USB2_INT_ENABLE); in rcar_gen3_phy_usb2_exit()
485 writel(val, usb2_base + USB2_INT_ENABLE); in rcar_gen3_phy_usb2_exit()