Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dnpcm7xx_timer.h24 #define NPCM7XX_TIMERS_PER_CTRL (5) macro
105 NPCM7xxTimer timer[NPCM7XX_TIMERS_PER_CTRL];
/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c116 g_assert(index >= 0 && index < NPCM7XX_TIMERS_PER_CTRL); in npcm7xx_timer_index()
554 for (i = 0; i < NPCM7XX_TIMERS_PER_CTRL; i++) { in npcm7xx_timer_enter_reset()
600 for (i = 0; i < NPCM7XX_TIMERS_PER_CTRL; i++) { in npcm7xx_timer_hold_reset()
614 for (i = 0; i < NPCM7XX_TIMERS_PER_CTRL; i++) { in npcm7xx_timer_init()
683 NPCM7XX_TIMERS_PER_CTRL, 0, vmstate_npcm7xx_timer,
/openbmc/qemu/hw/arm/
H A Dnpcm7xx.c569 first_irq = NPCM7XX_TIMER0_IRQ + i * NPCM7XX_TIMERS_PER_CTRL; in npcm7xx_realize()
570 for (j = 0; j < NPCM7XX_TIMERS_PER_CTRL; j++) { in npcm7xx_realize()
576 sysbus_connect_irq(sbd, NPCM7XX_TIMERS_PER_CTRL, in npcm7xx_realize()