Searched refs:TIMER_LOAD (Results 1 – 4 of 4) sorted by relevance
23 #define TIMER_LOAD(BASE_ADDR) (BASE_ADDR + 0x04) macro54 writel(cycles, TIMER_LOAD(IO_ADDRESS(GEMINI_TIMER2_BASE))); in gemini_timer_set_next_event()74 TIMER_LOAD(IO_ADDRESS(GEMINI_TIMER2_BASE))); in gemini_timer_set_mode()160 writel(0xffffffff, TIMER_LOAD(IO_ADDRESS(GEMINI_TIMER1_BASE))); in gemini_timer_init()
49 writel(0xffff, base + TIMER_LOAD); in integrator_clocksource_init()87 writel(timer_reload, clkevt_base + TIMER_LOAD); in clkevt_set_mode()111 writel(next, clkevt_base + TIMER_LOAD); in clkevt_set_next_event()
97 writel(0xffffffff, base + TIMER_LOAD); in __sp804_clocksource_and_sched_clock_init()139 writel(clkevt_reload, clkevt_base + TIMER_LOAD); in sp804_set_mode()162 writel(next, clkevt_base + TIMER_LOAD); in sp804_set_next_event()
18 #define TIMER_LOAD 0x00 /* ACVR rw */ macro