Lines Matching defs:mxc_gpio_port
52 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;
62 struct mxc_gpio_reg_saved gpio_saved_reg;
63 bool power_off;
64 const struct mxc_gpio_hwdata *hwdata;