Searched defs:atmel_pioctrl (Results 1 – 1 of 1) sorted by relevance
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 …]