Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c66 #define NPCM7XX_WTCR_WTE BIT(7) macro
359 if (new_wtcr & NPCM7XX_WTCR_WTE) { in npcm7xx_timer_write_wtcr()
362 } else if ((old_wtcr ^ new_wtcr) & NPCM7XX_WTCR_WTE) { in npcm7xx_timer_write_wtcr()
363 if (new_wtcr & NPCM7XX_WTCR_WTE) { in npcm7xx_timer_write_wtcr()
575 if (t->wtcr & NPCM7XX_WTCR_WTE) { in npcm7xx_watchdog_timer_expired()