Searched defs:atmel_pioctrl (Results 1 – 1 of 1) sorted by relevance
122 struct atmel_pioctrl { struct123 void __iomem *reg_base;124 struct clk *clk;125 unsigned nbanks;126 struct pinctrl_dev *pinctrl_dev;127 struct atmel_group *groups;128 const char * const *group_names;129 struct atmel_pin **pins;153 static unsigned int atmel_gpio_read(struct atmel_pioctrl *atmel_pioctrl, in atmel_gpio_read()160 static void atmel_gpio_write(struct atmel_pioctrl *atmel_pioctrl, in atmel_gpio_write()[all …]