Lines Matching defs:regmap
17 #include <linux/regmap.h>
61 void (*set_phymode)(struct regmap *regmap);
199 struct regmap *regmap;
247 regmap = syscon_regmap_lookup_by_phandle(dev->of_node,
249 if (!IS_ERR(regmap) && priv->data->set_phymode)
250 priv->data->set_phymode(regmap);
258 static void uniphier_pciephy_ld20_setmode(struct regmap *regmap)
260 regmap_update_bits(regmap, SG_USBPCIESEL,