Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/amlogic/
Dphy-meson-gxl-usb3.c67 #define USB_R5 0x14 macro
102 regmap_update_bits(priv->regmap, USB_R5, USB_R5_ID_DIG_EN_0, in phy_meson_gxl_usb3_power_on()
104 regmap_update_bits(priv->regmap, USB_R5, USB_R5_ID_DIG_EN_1, in phy_meson_gxl_usb3_power_on()
106 regmap_update_bits(priv->regmap, USB_R5, USB_R5_ID_DIG_TH_MASK, in phy_meson_gxl_usb3_power_on()
116 regmap_update_bits(priv->regmap, USB_R5, USB_R5_ID_DIG_EN_0, 0); in phy_meson_gxl_usb3_power_off()
117 regmap_update_bits(priv->regmap, USB_R5, USB_R5_ID_DIG_EN_1, 0); in phy_meson_gxl_usb3_power_off()
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-meson-g12a.c88 #define USB_R5 0x94 macro
231 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_usb_init()
234 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_usb_init()
237 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_usb_init()
254 .max_register = USB_R5,
285 regmap_read(priv->regmap, USB_R5, &reg); in dwc3_meson_g12a_get_id()
360 regmap_update_bits(priv->regmap, USB_R5, USB_R5_ID_DIG_IRQ, 0); in dwc3_meson_g12a_irq_thread()
453 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_probe()