Searched refs:reg_pull (Results 1 – 3 of 3) sorted by relevance
296 ret = regmap_update_bits(pc->reg_pull, reg, BIT(bit), val); in meson_pinconf_enable_bias()422 ret = regmap_read(pc->reg_pull, reg, &val); in meson_pinconf_get_pull()695 pc->reg_pull = meson_map_resource(pc, gpio_np, "pull"); in meson_pinctrl_parse_dt()696 if (IS_ERR(pc->reg_pull)) in meson_pinctrl_parse_dt()697 pc->reg_pull = NULL; in meson_pinctrl_parse_dt()717 if (!pc->reg_pull) in meson8_aobus_parse_dt_extra()720 pc->reg_pullen = pc->reg_pull; in meson8_aobus_parse_dt_extra()728 pc->reg_pull = pc->reg_gpio; in meson_a1_parse_dt_extra()
132 struct regmap *reg_pull; member
1371 pc->reg_pull = pc->reg_gpio; in meson_g12a_aobus_parse_dt_extra()
Completed in 27 milliseconds