Home
last modified time | relevance | path

Searched defs:atlas7_gpio_chip (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c348 struct atlas7_gpio_chip { struct
349 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[];
/kernel/linux/linux-4.19/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c350 struct atlas7_gpio_chip { struct
351 const char *name;
352 void __iomem *reg;
353 struct clk *clk;
354 int nbank;
355 raw_spinlock_t lock;
356 struct gpio_chip chip;
357 struct atlas7_gpio_bank banks[0];