Home
last modified time | relevance | path

Searched refs:cap_mgaw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iommu/intel/
H A Diommu.h182 #define cap_mgaw(c) ((((c) >> 16) & 0x3f) + 1) macro
H A Diommu.c4100 if (addr_width > cap_mgaw(iommu->cap)) in prepare_domain_attach_device()
4101 addr_width = cap_mgaw(iommu->cap); in prepare_domain_attach_device()