Lines Matching +full:program +full:- +full:gpios
8 * License version 2. This program is licensed "as is" without any
26 * struct spear_pmx_mode - SPEAr pmx mode
42 * struct spear_muxreg - SPEAr mux reg configuration
92 * struct spear_modemux - SPEAr mode mux configuration
104 * struct spear_pingroup - SPEAr pin group configurations
123 * struct spear_function - SPEAr pinctrl mux function
135 * struct spear_pinctrl_machdata - SPEAr pin controller machine driver
138 * All pins which are also GPIOs must be listed first within the *array,
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()