Searched refs:CONSTANT_TIMER_TICK_MASK (Results 1 – 1 of 1) sorted by relevance
15 #define CONSTANT_TIMER_TICK_MASK 0xfffffffffffcUL macro42 next = now + (value & CONSTANT_TIMER_TICK_MASK) * TIMER_PERIOD; in cpu_loongarch_store_constant_timer_config()57 next = now + (env->CSR_TCFG & CONSTANT_TIMER_TICK_MASK) * TIMER_PERIOD; in loongarch_constant_timer_cb()