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