Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-prima2.c38 #define SIRFSOC_TIMER_LATCHED_LO 0x0034 macro
51 SIRFSOC_TIMER_LATCHED_LO, SIRFSOC_TIMER_LATCHED_HI,
84 readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_read()
96 now = readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_set_next_event()
101 now = readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_set_next_event()
/Linux-v4.19/drivers/watchdog/
Dsirfsoc_wdt.c24 #define SIRFSOC_TIMER_LATCHED_LO 0x0034 macro
75 counter = readl(wdt_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_wdt_updatetimeout()