Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dsys_helper.c192 int ip = env->ttmr & TTMR_IP; in HELPER()
194 if (rb & TTMR_IP) { /* Keep IP bit. */ in HELPER()
195 env->ttmr = (rb & ~TTMR_IP) | ip; in HELPER()
197 env->ttmr = rb & ~TTMR_IP; in HELPER()
H A Dcpu.h184 TTMR_IP = (1 << 28), enumerator
/openbmc/qemu/hw/openrisc/
H A Dcputimer.c105 cpu->env.ttmr |= TTMR_IP; in openrisc_timer_cb()