Lines Matching defs:ns2_pinctrl
114 struct ns2_pinctrl { struct
115 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;
127 struct ns2_mux_log *mux_log;
129 spinlock_t lock;