Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dhpet.c86 uint8_t hpet_id; /* instance id */ member
281 hpet_cfg.hpet[s->hpet_id].event_timer_block_id = (uint32_t)s->capability; in hpet_post_load()
668 hpet_cfg.hpet[s->hpet_id].event_timer_block_id = (uint32_t)s->capability; in hpet_reset()
669 hpet_cfg.hpet[s->hpet_id].address = sbd->mmio[0].addr; in hpet_reset()
721 s->hpet_id = hpet_cfg.count++; in hpet_realize()
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c543 static struct irq_domain *hpet_create_irq_domain(int hpet_id) in hpet_create_irq_domain() argument
558 domain_info->data = (void *)(long)hpet_id; in hpet_create_irq_domain()
561 hpet_id); in hpet_create_irq_domain()
569 fwspec.param[0] = hpet_id; in hpet_create_irq_domain()
/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c201 static struct intel_iommu *map_hpet_to_iommu(u8 hpet_id) in map_hpet_to_iommu() argument
206 if (ir_hpet[i].id == hpet_id && ir_hpet[i].iommu) in map_hpet_to_iommu()