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

/arch/frv/include/asm/
H A Dirc-regs.h24 unsigned long tm1 = __reg(0xfeff9808); \
25 tm1 &= ~(0x3 << shift); \
26 tm1 |= (V) << shift; \
27 __reg(0xfeff9808) = tm1; \
/arch/cris/arch-v10/kernel/
H A Dtime.c150 IO_STATE( R_TIMER_CTRL, tm1, run) |
205 IO_STATE( R_TIMER_CTRL, tm1, stop_ld) |
215 IO_STATE( R_TIMER_CTRL, tm1, run) |
225 IO_STATE(R_TIMER_CTRL, tm1, stop_ld) |
235 IO_STATE(R_TIMER_CTRL, tm1, run) |
H A Dfasttimer.c187 ~IO_MASK(R_TIMER_CTRL, tm1) &
190 IO_STATE(R_TIMER_CTRL, tm1, stop_ld) |
199 (r_timer_ctrl_shadow & ~IO_MASK(R_TIMER_CTRL, tm1)) |
200 IO_STATE(R_TIMER_CTRL, tm1, run);
354 (r_timer_ctrl_shadow & ~IO_MASK(R_TIMER_CTRL, tm1)) |
355 IO_STATE(R_TIMER_CTRL, tm1, stop_ld);
/arch/x86/platform/uv/
H A Dtlb_uv.c759 cycles_t tm1; local
765 tm1 = get_cycles();
771 tm1 + bcp->disabled_period;

Completed in 465 milliseconds