Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c196 writel(IOMMU_BASE1 >> 32, MCHBAR_REG(0x5404)); in sandybridge_init_iommu()
197 writel(IOMMU_BASE1 | 1, MCHBAR_REG(0x5400)); in sandybridge_init_iommu()
202 writel(0x80000000, IOMMU_BASE1 + 0xff0); in sandybridge_init_iommu()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dsandybridge.h46 #define IOMMU_BASE1 0xfed90000ULL macro