Searched refs:gpt_id (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Dtime-pistachio.c59 static inline u32 gpt_readl(void __iomem *base, u32 offset, u32 gpt_id) gpt_readl() argument
61 return readl(base + 0x20 * gpt_id + offset); gpt_readl()
65 u32 gpt_id) gpt_writel()
67 writel(value, base + 0x20 * gpt_id + offset); gpt_writel()
64 gpt_writel(void __iomem *base, u32 value, u32 offset, u32 gpt_id) gpt_writel() argument

Completed in 71 milliseconds