Searched refs:gpt_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-pistachio.c | 59 static inline u32 gpt_readl(void __iomem *base, u32 offset, u32 gpt_id) in gpt_readl() argument 61 return readl(base + 0x20 * gpt_id + offset); in gpt_readl() 65 u32 gpt_id) in gpt_writel() 67 writel(value, base + 0x20 * gpt_id + offset); in gpt_writel() 64 gpt_writel(void __iomem *base, u32 value, u32 offset, u32 gpt_id) gpt_writel() argument
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-pistachio.c | 56 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() 64 writel(value, base + 0x20 * gpt_id + offset); in gpt_writel() 61 gpt_writel(void __iomem *base, u32 value, u32 offset, u32 gpt_id) gpt_writel() argument
|
Completed in 2 milliseconds