Searched refs:U2P_R0_POWER_ON_RESET (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/phy/amlogic/ |
A D | phy-meson-gxl-usb2.c | 39 #define U2P_R0_POWER_ON_RESET BIT(22) macro 138 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, in phy_meson_gxl_usb2_reset() 139 U2P_R0_POWER_ON_RESET); in phy_meson_gxl_usb2_reset() 141 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, in phy_meson_gxl_usb2_reset() 192 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, in phy_meson_gxl_usb2_power_off() 193 U2P_R0_POWER_ON_RESET); in phy_meson_gxl_usb2_power_off() 206 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_POWER_ON_RESET, 0); in phy_meson_gxl_usb2_power_on()
|
/linux/drivers/usb/dwc3/ |
A 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()
|
Completed in 5 milliseconds