Searched defs:atlas7_gpio_chip (Results 1 – 1 of 1) sorted by relevance
348 struct atlas7_gpio_chip { struct349 const char *name;350 void __iomem *reg;351 struct clk *clk;352 int nbank;353 raw_spinlock_t lock;354 struct gpio_chip chip;355 struct atlas7_gpio_bank banks[];