Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
H A Dradeon_accel.c11 u32 local_base; in radeon_fixup_offset() local
30 local_base = INREG(MC_FB_LOCATION) << 16; in radeon_fixup_offset()
31 if (local_base == rinfo->fb_local_base) in radeon_fixup_offset()
34 rinfo->fb_local_base = local_base; in radeon_fixup_offset()
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c51 void __iomem *local_base; member
797 qcom_iommu->local_base = devm_ioremap_resource(dev, res); in qcom_iommu_device_probe()
798 if (IS_ERR(qcom_iommu->local_base)) in qcom_iommu_device_probe()
799 return PTR_ERR(qcom_iommu->local_base); in qcom_iommu_device_probe()
861 if (qcom_iommu->local_base) { in qcom_iommu_device_probe()
863 writel_relaxed(0xffffffff, qcom_iommu->local_base + SMMU_INTR_SEL_NS); in qcom_iommu_device_probe()