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

/linux-4.1.27/arch/arm/plat-orion/
H A Dtime.c26 #define BRIDGE_MASK_OFF 0x0114 macro
88 u = readl(bridge_base + BRIDGE_MASK_OFF); orion_clkevt_next_event()
90 writel(u, bridge_base + BRIDGE_MASK_OFF); orion_clkevt_next_event()
126 u = readl(bridge_base + BRIDGE_MASK_OFF); orion_clkevt_mode()
127 writel(u | BRIDGE_INT_TIMER1, bridge_base + BRIDGE_MASK_OFF); orion_clkevt_mode()
145 u = readl(bridge_base + BRIDGE_MASK_OFF); orion_clkevt_mode()
146 writel(u & ~BRIDGE_INT_TIMER1, bridge_base + BRIDGE_MASK_OFF); orion_clkevt_mode()
213 u = readl(bridge_base + BRIDGE_MASK_OFF); orion_time_init()
214 writel(u & ~BRIDGE_INT_TIMER0, bridge_base + BRIDGE_MASK_OFF); orion_time_init()

Completed in 103 milliseconds