gpt_writel        107 drivers/clocksource/timer-pistachio.c 	gpt_writel(pcs->base, val, TIMER_CFG, timeridx);
gpt_writel        116 drivers/clocksource/timer-pistachio.c 	gpt_writel(pcs->base, RELOAD_VALUE, TIMER_RELOAD_VALUE, timeridx);
gpt_writel        205 drivers/clocksource/timer-pistachio.c 	gpt_writel(pcs_gpt.base, 0, TIMER_IRQ_MASK, 0);
gpt_writel        206 drivers/clocksource/timer-pistachio.c 	gpt_writel(pcs_gpt.base, 0, TIMER_IRQ_MASK, 1);
gpt_writel        207 drivers/clocksource/timer-pistachio.c 	gpt_writel(pcs_gpt.base, 0, TIMER_IRQ_MASK, 2);
gpt_writel        208 drivers/clocksource/timer-pistachio.c 	gpt_writel(pcs_gpt.base, 0, TIMER_IRQ_MASK, 3);