Searched refs:reg_ds (Results 1 – 2 of 2) sorted by relevance
307 if (!pc->reg_ds) { in meson_pinconf_set_drive_strength()334 ret = regmap_update_bits(pc->reg_ds, reg, 0x3 << bit, ds_val << bit); in meson_pinconf_set_drive_strength()436 if (!pc->reg_ds) in meson_pinconf_get_drive_strength()445 ret = regmap_read(pc->reg_ds, reg, &val); in meson_pinconf_get_drive_strength()689 pc->reg_ds = meson_map_resource(pc, gpio_np, "ds"); in meson_pinctrl_parse_dt()690 if (IS_ERR(pc->reg_ds)) { in meson_pinctrl_parse_dt()692 pc->reg_ds = NULL; in meson_pinctrl_parse_dt()
128 struct regmap *reg_ds; member