Home
last modified time | relevance | path

Searched defs:cygnus_pinctrl (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
Dpinctrl-cygnus-mux.c100 struct cygnus_pinctrl { struct
101 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 …]
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
Dpinctrl-cygnus-mux.c107 struct cygnus_pinctrl { struct
108 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 …]