Lines Matching +full:pins +full:- +full:are +full:- +full:numbered
25 * struct spear_pmx_mode - SPEAr pmx mode
41 * struct spear_muxreg - SPEAr mux reg configuration
53 const unsigned *pins; member
84 .pins = __pins, \
91 * struct spear_modemux - SPEAr mode mux configuration
103 * struct spear_pingroup - SPEAr pin group configurations
105 * @pins: array containing pin numbers
106 * @npins: size of pins array
110 * A representation of a group of pins in the SPEAr pin controller. Each group
115 const unsigned *pins; member
122 * struct spear_function - SPEAr pinctrl mux function
134 * struct spear_pinctrl_machdata - SPEAr pin controller machine driver
136 * @pins: An array describing all pins the pin controller affects.
137 * All pins which are also GPIOs must be listed first within the *array,
138 * and be numbered identically to the GPIO controller's *numbering.
139 * @npins: The numbmer of entries in @pins.
153 const struct pinctrl_pin_desc *pins; member
171 * struct spear_pmx - SPEAr pinctrl mux
187 return readl_relaxed(pmx->vbase + reg); in pmx_readl()
192 writel_relaxed(val, pmx->vbase + reg); in pmx_writel()