Searched defs:ns2_pinctrl (Results 1 – 1 of 1) sorted by relevance
114 struct ns2_pinctrl { struct115 struct pinctrl_dev *pctl;116 struct device *dev;117 void __iomem *base0;118 void __iomem *base1;119 void __iomem *pinconf_base;121 const struct ns2_pin_group *groups;122 unsigned int num_groups;124 const struct ns2_pin_function *functions;125 unsigned int num_functions;[all …]