xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/include/amdblocks/iommu.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #define IOMMU_CAP_BASE_LO	0x44
4 #define   IOMMU_ENABLE		(1 << 0)
5 #define IOMMU_CAP_BASE_HI	0x48
6