Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-mxc.c53 struct mxc_gpio_port { struct
54 struct list_head node;
55 void __iomem *base;
56 struct clk *clk;
57 int irq;
58 int irq_high;
59 struct irq_domain *domain;
60 struct gpio_chip gc;
61 struct device *dev;
62 u32 both_edges;
[all …]