Home
last modified time | relevance | path

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

/qemu/hw/openrisc/
H A Dcputimer.c74 if ((cpu->env.ttmr & TTMR_TP) <= (or1k_timer->ttcr & TTMR_TP)) { in cpu_openrisc_timer_update()
75 wait = TTMR_TP - (or1k_timer->ttcr & TTMR_TP) + 1; in cpu_openrisc_timer_update()
76 wait += cpu->env.ttmr & TTMR_TP; in cpu_openrisc_timer_update()
78 wait = (cpu->env.ttmr & TTMR_TP) - (or1k_timer->ttcr & TTMR_TP); in cpu_openrisc_timer_update()
/qemu/target/openrisc/
H A Dcpu.h183 TTMR_TP = (0xfffffff), enumerator