Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/phy/amlogic/
Dphy-meson-gxl-usb2.c33 #define U2P_R0_ID_PULLUP BIT(13) macro
164 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_ID_PULLUP, in phy_meson_gxl_usb2_set_mode()
165 U2P_R0_ID_PULLUP); in phy_meson_gxl_usb2_set_mode()
173 regmap_update_bits(priv->regmap, U2P_R0, U2P_R0_ID_PULLUP, in phy_meson_gxl_usb2_set_mode()
174 U2P_R0_ID_PULLUP); in phy_meson_gxl_usb2_set_mode()
/linux-5.19.10/drivers/usb/dwc3/
Ddwc3-meson-g12a.c42 #define U2P_R0_ID_PULLUP BIT(4) macro
312 U2P_R0_ID_PULLUP | U2P_R0_DRV_VBUS, in dwc3_meson_g12a_usb2_init_phy()
313 U2P_R0_ID_PULLUP | U2P_R0_DRV_VBUS); in dwc3_meson_g12a_usb2_init_phy()