Searched refs:IVRS_GET_SBDF_ID (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 87 #define IVRS_GET_SBDF_ID(seg, bus, dev, fn) (((seg & 0xffff) << 16) | ((bus & 0xff) << 8) \ macro 3723 devid = IVRS_GET_SBDF_ID(seg, bus, dev, fn); in parse_ivrs_ioapic() 3761 devid = IVRS_GET_SBDF_ID(seg, bus, dev, fn); in parse_ivrs_hpet() 3846 early_acpihid_map[i].devid = IVRS_GET_SBDF_ID(seg, bus, dev, fn); in parse_ivrs_acpihid()
|