Searched defs:mpc52xx_gpt_priv (Results 1 – 1 of 1) sorted by relevance
88 struct mpc52xx_gpt_priv { struct89 struct list_head list; /* List of all GPT devices */90 struct device *dev;91 struct mpc52xx_gpt __iomem *regs;92 raw_spinlock_t lock;93 struct irq_domain *irqhost;94 u32 ipb_freq;95 u8 wdt_mode;98 struct gpio_chip gc;