Home
last modified time | relevance | path

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

/openbmc/qemu/target/openrisc/
H A Dsys_helper.c177 if ((env->ttmr & TTMR_M) ^ (rb & TTMR_M)) { in HELPER()
178 switch (rb & TTMR_M) { in HELPER()
H A Dcpu.h186 TTMR_M = (3 << 30), enumerator
/openbmc/qemu/hw/openrisc/
H A Dcputimer.c111 switch (cpu->env.ttmr & TTMR_M) { in openrisc_timer_cb()