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