Lines Matching +full:pins +full:- +full:are +full:- +full:numbered
26 * struct spear_pmx_mode - SPEAr pmx mode
42 * struct spear_muxreg - SPEAr mux reg configuration
54 const unsigned *pins; member
85 .pins = __pins, \
92 * struct spear_modemux - SPEAr mode mux configuration
104 * struct spear_pingroup - SPEAr pin group configurations
106 * @pins: array containing pin numbers
107 * @npins: size of pins array
111 * A representation of a group of pins in the SPEAr pin controller. Each group
116 const unsigned *pins; member
123 * struct spear_function - SPEAr pinctrl mux function
135 * struct spear_pinctrl_machdata - SPEAr pin controller machine driver
137 * @pins: An array describing all pins the pin controller affects.
138 * All pins which are also GPIOs must be listed first within the *array,
139 * and be numbered identically to the GPIO controller's *numbering.
140 * @npins: The numbmer of entries in @pins.
154 const struct pinctrl_pin_desc *pins; member
172 * struct spear_pmx - SPEAr pinctrl mux
190 regmap_read(pmx->regmap, reg, &val); in pmx_readl()
196 regmap_write(pmx->regmap, reg, val); in pmx_writel()