Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dphy-rcar-gen2.c31 #define USBHS_UGCTRL_PLLRESET BIT(0) macro
79 clrbits_le32(priv->regs + USBHS_UGCTRL, USBHS_UGCTRL_PLLRESET); in rcar_gen2_phy_phy_power_on()
105 setbits_le32(priv->regs + USBHS_UGCTRL, USBHS_UGCTRL_PLLRESET); in rcar_gen2_phy_phy_power_off()
/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen2.c30 #define USBHS_UGCTRL_PLLRESET 0x00000001 macro
133 value &= ~USBHS_UGCTRL_PLLRESET; in rcar_gen2_phy_power_on()
184 value |= USBHS_UGCTRL_PLLRESET; in rcar_gen2_phy_power_off()
204 value &= ~USBHS_UGCTRL_PLLRESET; in rz_g1c_phy_power_on()
238 value |= USBHS_UGCTRL_PLLRESET; in rz_g1c_phy_power_off()