Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c56 #define NPCM7XX_TCSR_IE BIT(29) macro
201 bool pending = (t->tcsr & NPCM7XX_TCSR_IE) && (tc->tisr & BIT(index)); in npcm7xx_timer_check_interrupt()
294 if ((old_tcsr ^ new_tcsr) & NPCM7XX_TCSR_IE) { in npcm7xx_timer_write_tcsr()