Searched defs:mxc_gpio_port (Results 1 – 1 of 1) sorted by relevance
53 struct mxc_gpio_port { struct54 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 …]