Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/amlogic/
H A 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()
/openbmc/u-boot/drivers/phy/
H A Dmeson-gxl-usb2.c38 #define U2P_R0_ID_PULLUP BIT(13) macro
131 val &= ~U2P_R0_ID_PULLUP; in phy_meson_gxl_usb2_set_host_mode()
/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c42 #define U2P_R0_ID_PULLUP BIT(4) macro
306 U2P_R0_ID_PULLUP | U2P_R0_DRV_VBUS, in dwc3_meson_g12a_usb2_init_phy()
307 U2P_R0_ID_PULLUP | U2P_R0_DRV_VBUS); in dwc3_meson_g12a_usb2_init_phy()