Searched defs:mpc52xx_gpt_priv (Results 1 – 1 of 1) sorted by relevance
89 struct mpc52xx_gpt_priv { struct90 struct list_head list; /* List of all GPT devices */91 struct device *dev;92 struct mpc52xx_gpt __iomem *regs;93 spinlock_t lock;94 struct irq_host *irqhost;95 u32 ipb_freq;96 u8 wdt_mode;99 struct gpio_chip gc;