Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/kernel/
Dtime.c43 writel(next, OST_OSMR0); in puv3_osmr0_set_next_event()
109 osmr[0] = readl(OST_OSMR0); in puv3_timer_suspend()
119 writel(osmr[0], OST_OSMR0); in puv3_timer_resume()
128 writel(readl(OST_OSMR0) - LATCH, OST_OSCR); in puv3_timer_resume()
/linux-4.4.14/arch/unicore32/include/mach/
Dregs-ost.h7 #define OST_OSMR0 (PKUNITY_OST_BASE + 0x0000) macro