Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-mxs-usb.c165 struct regmap *regmap_anatop; member
225 if (!mxs_phy->regmap_anatop) in mxs_phy_get_vbus_status()
229 regmap_read(mxs_phy->regmap_anatop, in mxs_phy_get_vbus_status()
233 regmap_read(mxs_phy->regmap_anatop, in mxs_phy_get_vbus_status()
255 regmap_write(mxs_phy->regmap_anatop, reg, in __mxs_phy_disconnect_line()
261 regmap_write(mxs_phy->regmap_anatop, reg, in __mxs_phy_disconnect_line()
296 if (!mxs_phy->regmap_anatop) in mxs_phy_disconnect_line()
351 if (!mxs_phy->regmap_anatop) in mxs_phy_is_low_speed_connection()
359 regmap_read(mxs_phy->regmap_anatop, reg, &line_state); in mxs_phy_is_low_speed_connection()
485 mxs_phy->regmap_anatop = syscon_regmap_lookup_by_phandle in mxs_phy_probe()
[all …]