Home
last modified time | relevance | path

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

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