Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhpet.h39 #define HPET_MAX_TIMERS (32) macro
100 unsigned int hd_irq[HPET_MAX_TIMERS];
/openbmc/qemu/include/hw/timer/
H A Dhpet.h25 #define HPET_MAX_TIMERS 32 macro
/openbmc/qemu/hw/timer/
H A Dhpet.c79 HPETTimer timer[HPET_MAX_TIMERS];
256 } else if (s->num_timers > HPET_MAX_TIMERS) { in hpet_validate_num_timers()
729 } else if (s->num_timers > HPET_MAX_TIMERS) { in hpet_realize()
730 s->num_timers = HPET_MAX_TIMERS; in hpet_realize()
732 for (i = 0; i < HPET_MAX_TIMERS; i++) { in hpet_realize()
/openbmc/linux/drivers/char/
H A Dhpet.c990 if (hdp->hd_nirqs >= HPET_MAX_TIMERS) in hpet_resources()