Lines Matching defs:ns2_pinctrl
120 struct ns2_pinctrl { struct
121 struct pinctrl_dev *pctl;
122 struct device *dev;
123 void __iomem *base0;
124 void __iomem *base1;
125 void __iomem *pinconf_base;
127 const struct ns2_pin_group *groups;
128 unsigned int num_groups;
130 const struct ns2_pin_function *functions;
131 unsigned int num_functions;
133 struct ns2_mux_log *mux_log;
135 spinlock_t lock;