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