Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/
H A Dconstant_timer.c39 env->CSR_TCFG = value; in cpu_loongarch_store_constant_timer_config()
55 if (FIELD_EX64(env->CSR_TCFG, CSR_TCFG, PERIODIC)) { in loongarch_constant_timer_cb()
57 next = now + (env->CSR_TCFG & CONSTANT_TIMER_TICK_MASK) * TIMER_PERIOD; in loongarch_constant_timer_cb()
60 env->CSR_TCFG = FIELD_DP64(env->CSR_TCFG, CSR_TCFG, EN, 0); in loongarch_constant_timer_cb()