Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dtimer-prima2.c39 #define SIRFSOC_TIMER_LATCHED_LO 0x0034 macro
52 SIRFSOC_TIMER_LATCHED_LO, SIRFSOC_TIMER_LATCHED_HI,
85 readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_read()
97 now = readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_set_next_event()
102 now = readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_set_next_event()
/linux-4.4.14/drivers/watchdog/
Dsirfsoc_wdt.c24 #define SIRFSOC_TIMER_LATCHED_LO 0x0034 macro
70 counter = readl(wdt_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_wdt_updatetimeout()