Lines Matching +full:gpio10 +full:- +full:pins
1 // SPDX-License-Identifier: GPL-2.0+
17 #include "../pinctrl-utils.h"
19 #include "pinctrl-bcm63xx.h"
55 PINCTRL_PIN(10, "gpio10"),
133 BCM_PIN_GROUP(gpio10),
172 "gpio10",
281 unsigned group, const unsigned **pins, in bcm6328_pinctrl_get_group_pins() argument
284 *pins = bcm6328_groups[group].pins; in bcm6328_pinctrl_get_group_pins()
316 regmap_update_bits(pc->regs, BCM6328_MODE_REG, BIT(pin), in bcm6328_rmw_mux()
319 regmap_update_bits(pc->regs, bcm6328_mux_off(pin), in bcm6328_rmw_mux()
331 bcm6328_rmw_mux(pc, pg->pins[0], f->mode_val, f->mux_val); in bcm6328_pinctrl_set_mux()
369 .pins = bcm6328_pins,
379 { .compatible = "brcm,bcm6328-pinctrl", },
386 .name = "bcm6328-pinctrl",