Searched defs:atmel_pioctrl (Results 1 – 1 of 1) sorted by relevance
125 struct atmel_pioctrl { struct126 void __iomem *reg_base;127 struct clk *clk;128 unsigned int nbanks;129 struct pinctrl_dev *pinctrl_dev;130 struct atmel_group *groups;131 const char * const *group_names;132 struct atmel_pin **pins;133 unsigned int npins;157 static unsigned int atmel_gpio_read(struct atmel_pioctrl *atmel_pioctrl, in atmel_gpio_read()[all …]