Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/plat-orion/
Dtime.c27 #define BRIDGE_MASK_OFF 0x0114 macro
89 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_next_event()
91 writel(u, bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_next_event()
122 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_shutdown()
123 writel(u & ~BRIDGE_INT_TIMER1, bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_shutdown()
145 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_set_periodic()
146 writel(u | BRIDGE_INT_TIMER1, bridge_base + BRIDGE_MASK_OFF); in orion_clkevt_set_periodic()
223 u = readl(bridge_base + BRIDGE_MASK_OFF); in orion_time_init()
224 writel(u & ~BRIDGE_INT_TIMER0, bridge_base + BRIDGE_MASK_OFF); in orion_time_init()