Lines Matching defs:ir_hpet
67 static struct hpet_scope ir_hpet[MAX_HPET_TBS];
212 if (ir_hpet[i].id == hpet_id && ir_hpet[i].iommu)
213 return ir_hpet[i].iommu->ir_domain;
352 if (ir_hpet[i].iommu && ir_hpet[i].id == id) {
353 sid = (ir_hpet[i].bus << 8) | ir_hpet[i].devfn;
885 if (ir_hpet[count].iommu == iommu &&
886 ir_hpet[count].id == scope->enumeration_id)
888 else if (ir_hpet[count].iommu == NULL && free == -1)
896 ir_hpet[free].iommu = iommu;
897 ir_hpet[free].id = scope->enumeration_id;
898 ir_hpet[free].bus = bus;
899 ir_hpet[free].devfn = PCI_DEVFN(path->device, path->function);
980 if (ir_hpet[i].iommu == iommu)
981 ir_hpet[i].iommu = NULL;