Searched refs:U2P_R0_POWER_ON_RESET (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/phy/amlogic/ |
H A D | phy-meson-gxl-usb2.c | 39 #define U2P_R0_POWER_ON_RESET BIT(22) macro 141 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, in phy_meson_gxl_usb2_reset() 142 U2P_R0_POWER_ON_RESET); in phy_meson_gxl_usb2_reset() 144 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, in phy_meson_gxl_usb2_reset() 195 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, in phy_meson_gxl_usb2_power_off() 196 U2P_R0_POWER_ON_RESET); in phy_meson_gxl_usb2_power_off() 209 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, 0); in phy_meson_gxl_usb2_power_on()
|
/openbmc/u-boot/drivers/phy/ |
H A D | meson-gxl-usb2.c | 44 #define U2P_R0_POWER_ON_RESET BIT(22) macro 114 val |= U2P_R0_POWER_ON_RESET; in phy_meson_gxl_usb2_reset() 118 val &= ~U2P_R0_POWER_ON_RESET; in phy_meson_gxl_usb2_reset() 145 val &= ~U2P_R0_POWER_ON_RESET; in phy_meson_gxl_usb2_power_on() 169 val |= U2P_R0_POWER_ON_RESET; in phy_meson_gxl_usb2_power_off()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-meson-g12a.c | 41 #define U2P_R0_POWER_ON_RESET BIT(3) macro 301 U2P_R0_POWER_ON_RESET, in dwc3_meson_g12a_usb2_init_phy() 302 U2P_R0_POWER_ON_RESET); in dwc3_meson_g12a_usb2_init_phy() 318 U2P_R0_POWER_ON_RESET, 0); in dwc3_meson_g12a_usb2_init_phy()
|