Lines Matching refs:ir_hpet
39 static struct hpet_scope ir_hpet[MAX_HPET_TBS]; variable
209 if (ir_hpet[i].id == hpet_id && ir_hpet[i].iommu) in map_hpet_to_ir()
210 return ir_hpet[i].iommu; in map_hpet_to_ir()
355 if (ir_hpet[i].iommu && ir_hpet[i].id == id) { in set_hpet_sid()
356 sid = (ir_hpet[i].bus << 8) | ir_hpet[i].devfn; in set_hpet_sid()
745 if (ir_hpet[count].iommu == iommu && in ir_parse_one_hpet_scope()
746 ir_hpet[count].id == scope->enumeration_id) in ir_parse_one_hpet_scope()
748 else if (ir_hpet[count].iommu == NULL && free == -1) in ir_parse_one_hpet_scope()
756 ir_hpet[free].iommu = iommu; in ir_parse_one_hpet_scope()
757 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope()
758 ir_hpet[free].bus = bus; in ir_parse_one_hpet_scope()
759 ir_hpet[free].devfn = PCI_DEVFN(path->device, path->function); in ir_parse_one_hpet_scope()
840 if (ir_hpet[i].iommu == iommu) in ir_remove_ioapic_hpet_scope()
841 ir_hpet[i].iommu = NULL; in ir_remove_ioapic_hpet_scope()