Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-orion/
Dtime.c26 #define BRIDGE_MASK_OFF 0x0114 macro
88 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_next_event()
90 writel(u, bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_next_event()
121 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_shutdown()
122 writel(u & ~BRIDGE_INT_TIMER1, bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_shutdown()
144 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_set_periodic()
145 writel(u | BRIDGE_INT_TIMER1, bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_set_periodic()
216 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_time_init()
217 writel(u & ~BRIDGE_INT_TIMER0, bridge_base + BRIDGE_MASK_OFF); in orion_time_init()