Searched defs:cygnus_pinctrl (Results 1 – 1 of 1) sorted by relevance
100 struct cygnus_pinctrl { struct101 struct pinctrl_dev *pctl;102 struct device *dev;103 void __iomem *base0;104 void __iomem *base1;106 const struct cygnus_pin_group *groups;107 unsigned num_groups;109 const struct cygnus_pin_function *functions;110 unsigned num_functions;112 struct cygnus_mux_log *mux_log;[all …]