Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dxilinx_timer.c49 #define TCSR_TINT (1<<8) macro
97 irq |= (csr & TCSR_TINT) && (csr & TCSR_ENIT); in timer_update_irq()
173 if (value & TCSR_TINT) in timer_write()
174 value &= ~TCSR_TINT; in timer_write()
207 xt->regs[R_TCSR] |= TCSR_TINT; in timer_hit()