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