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

/linux-master/drivers/rtc/
H A Drtc-brcmstb-waketimer.c42 #define BRCMSTB_WKTMR_COUNTER 0x04 macro
64 reg = readl_relaxed(timer->base + BRCMSTB_WKTMR_COUNTER);
86 now = readl_relaxed(timer->base + BRCMSTB_WKTMR_COUNTER);
92 now = readl_relaxed(timer->base + BRCMSTB_WKTMR_COUNTER);
141 t->sec = readl_relaxed(timer->base + BRCMSTB_WKTMR_COUNTER);
208 writel_relaxed(sec, timer->base + BRCMSTB_WKTMR_COUNTER);
232 if ((int)(readl_relaxed(timer->base + BRCMSTB_WKTMR_COUNTER) -

Completed in 127 milliseconds