Searched refs:TTMR_IE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/openrisc/ | ||
H A D | cputimer.c | 103 if ((cpu->env.ttmr & TTMR_IE) && in openrisc_timer_cb() |
/openbmc/qemu/target/openrisc/ | ||
H A D | cpu.h | 185 TTMR_IE = (1 << 29), enumerator |