Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-pistachio.c56 static inline u32 gpt_readl(void __iomem *base, u32 offset, u32 gpt_id) in gpt_readl() argument
58 return readl(base + 0x20 * gpt_id + offset); in gpt_readl()
62 u32 gpt_id) in gpt_writel() argument
64 writel(value, base + 0x20 * gpt_id + offset); in gpt_writel()