Searched refs:IVRS_GET_SBDF_ID (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/iommu/amd/ |
D | init.c | 88 #define IVRS_GET_SBDF_ID(seg, bus, dev, fd) (((seg & 0xffff) << 16) | ((bus & 0xff) << 8) \ macro 3429 devid = IVRS_GET_SBDF_ID(seg, bus, dev, fn); in parse_ivrs_ioapic() 3467 devid = IVRS_GET_SBDF_ID(seg, bus, dev, fn); in parse_ivrs_hpet() 3530 early_acpihid_map[i].devid = IVRS_GET_SBDF_ID(seg, bus, dev, fn); in parse_ivrs_acpihid()
|