Searched refs:reg_ds (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.c | 316 if (!pc->reg_ds) { in meson_pinconf_set_drive_strength() 342 ret = regmap_update_bits(pc->reg_ds, reg, 0x3 << bit, ds_val << bit); in meson_pinconf_set_drive_strength() 444 if (!pc->reg_ds) in meson_pinconf_get_drive_strength() 453 ret = regmap_read(pc->reg_ds, reg, &val); in meson_pinconf_get_drive_strength() 703 pc->reg_ds = meson_map_resource(pc, gpio_np, "ds"); in meson_pinctrl_parse_dt() 704 if (IS_ERR(pc->reg_ds)) { in meson_pinctrl_parse_dt() 706 pc->reg_ds = NULL; in meson_pinctrl_parse_dt() 730 pc->reg_ds = pc->reg_gpio; in meson_a1_parse_dt_extra()
|
| H A D | pinctrl-amlogic-a4.c | 94 struct regmap *reg_ds; member 335 if (!bank->reg_ds) in aml_pinconf_get_drive_strength() 339 ret = regmap_read(bank->reg_ds, reg, &val); in aml_pinconf_get_drive_strength() 491 if (!bank->reg_ds) { in aml_pinconf_set_drive_strength() 513 return regmap_update_bits(bank->reg_ds, reg, 0x3 << bit, ds_val << bit); in aml_pinconf_set_drive_strength() 1027 bank->reg_ds = aml_map_resource(dev, bank->bank_id, np, "ds"); in aml_gpiolib_register_bank() 1028 if (IS_ERR_OR_NULL(bank->reg_ds)) { in aml_gpiolib_register_bank() 1030 bank->reg_ds = bank->reg_gpio; in aml_gpiolib_register_bank()
|
| H A D | pinctrl-meson.h | 134 struct regmap *reg_ds; member
|