Home
last modified time | relevance | path

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

/drivers/clocksource/
Dtimer-prima2.c37 #define SIRFSOC_TIMER_LATCHED_LO 0x0034 macro
50 SIRFSOC_TIMER_LATCHED_LO, SIRFSOC_TIMER_LATCHED_HI,
83 readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_read()
95 now = readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_set_next_event()
100 now = readl_relaxed(sirfsoc_timer_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_timer_set_next_event()
/drivers/watchdog/
Dsirfsoc_wdt.c23 #define SIRFSOC_TIMER_LATCHED_LO 0x0034 macro
74 counter = readl(wdt_base + SIRFSOC_TIMER_LATCHED_LO); in sirfsoc_wdt_updatetimeout()