Searched defs:cygnus_pinctrl (Results 1 – 1 of 1) sorted by relevance
107 struct cygnus_pinctrl { struct108 struct pinctrl_dev *pctl;109 struct device *dev;110 void __iomem *base0;111 void __iomem *base1;113 const struct cygnus_pin_group *groups;114 unsigned num_groups;116 const struct cygnus_pin_function *functions;117 unsigned num_functions;119 struct cygnus_mux_log *mux_log;[all …]