Searched defs:atmel_pioctrl (Results 1 – 2 of 2) sorted by relevance
129 struct atmel_pioctrl { struct130 void __iomem *reg_base;131 struct clk *clk;132 unsigned int nbanks;133 struct pinctrl_dev *pinctrl_dev;134 struct atmel_group *groups;135 const char * const *group_names;136 struct atmel_pin **pins;137 unsigned int npins;161 static unsigned int atmel_gpio_read(struct atmel_pioctrl *atmel_pioctrl, in atmel_gpio_read()[all …]
114 struct atmel_pioctrl { struct115 void __iomem *reg_base;116 struct clk *clk;117 unsigned nbanks;118 struct pinctrl_dev *pinctrl_dev;119 struct atmel_group *groups;120 const char * const *group_names;121 struct atmel_pin **pins;145 static unsigned int atmel_gpio_read(struct atmel_pioctrl *atmel_pioctrl, in atmel_gpio_read()152 static void atmel_gpio_write(struct atmel_pioctrl *atmel_pioctrl, in atmel_gpio_write()[all …]