Searched refs:reg_gpio (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/pinctrl/meson/ |
D | pinctrl-meson.c | 345 return regmap_update_bits(pc->reg_gpio, reg, BIT(bit), BIT(bit)); in meson_gpio_direction_input() 361 ret = regmap_update_bits(pc->reg_gpio, reg, BIT(bit), 0); in meson_gpio_direction_output() 366 return regmap_update_bits(pc->reg_gpio, reg, BIT(bit), in meson_gpio_direction_output() 382 regmap_update_bits(pc->reg_gpio, reg, BIT(bit), in meson_gpio_set() 398 regmap_read(pc->reg_gpio, reg, &val); in meson_gpio_get() 501 pc->reg_gpio = meson_map_resource(pc, gpio_np, "gpio"); in meson_pinctrl_parse_dt() 502 if (IS_ERR(pc->reg_gpio)) { in meson_pinctrl_parse_dt() 504 return PTR_ERR(pc->reg_gpio); in meson_pinctrl_parse_dt()
|
D | pinctrl-meson.h | 122 struct regmap *reg_gpio; member
|