Lines Matching refs:regmap
111 struct regmap *regmap; member
134 regmap_update_bits(priv->regmap, U2P_R0 + (U2P_REG_SIZE * i), in dwc3_meson_g12a_usb2_set_mode()
140 regmap_update_bits(priv->regmap, U2P_R0 + (U2P_REG_SIZE * i), in dwc3_meson_g12a_usb2_set_mode()
159 regmap_update_bits(priv->regmap, U2P_R0 + (U2P_REG_SIZE * i), in dwc3_meson_g12a_usb2_init()
164 regmap_update_bits(priv->regmap, in dwc3_meson_g12a_usb2_init()
175 regmap_update_bits(priv->regmap, U2P_R0 + (U2P_REG_SIZE * i), in dwc3_meson_g12a_usb2_init()
184 regmap_update_bits(priv->regmap, USB_R3, in dwc3_meson_g12a_usb3_init()
192 regmap_update_bits(priv->regmap, USB_R2, in dwc3_meson_g12a_usb3_init()
196 regmap_update_bits(priv->regmap, USB_R2, in dwc3_meson_g12a_usb3_init()
202 regmap_update_bits(priv->regmap, USB_R1, in dwc3_meson_g12a_usb3_init()
206 regmap_update_bits(priv->regmap, USB_R1, in dwc3_meson_g12a_usb3_init()
214 regmap_update_bits(priv->regmap, USB_R0, in dwc3_meson_g12a_usb_init_mode()
216 regmap_update_bits(priv->regmap, USB_R0, in dwc3_meson_g12a_usb_init_mode()
218 regmap_update_bits(priv->regmap, USB_R4, in dwc3_meson_g12a_usb_init_mode()
221 regmap_update_bits(priv->regmap, USB_R0, in dwc3_meson_g12a_usb_init_mode()
223 regmap_update_bits(priv->regmap, USB_R4, in dwc3_meson_g12a_usb_init_mode()
236 regmap_update_bits(priv->regmap, USB_R1, in dwc3_meson_g12a_usb_init()
240 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_usb_init()
243 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_usb_init()
246 regmap_update_bits(priv->regmap, USB_R5, in dwc3_meson_g12a_usb_init()
364 ret = regmap_init_mem(dev_ofnode(dev), &priv->regmap); in dwc3_meson_g12a_probe()