Searched refs:U2P_R0_POWER_ON_RESET (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/phy/amlogic/ |
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()
|
/Linux-v6.1/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 41 #define U2P_R0_POWER_ON_RESET BIT(3) macro 307 U2P_R0_POWER_ON_RESET, in dwc3_meson_g12a_usb2_init_phy() 308 U2P_R0_POWER_ON_RESET); in dwc3_meson_g12a_usb2_init_phy() 324 U2P_R0_POWER_ON_RESET, 0); in dwc3_meson_g12a_usb2_init_phy()
|