Home
last modified time | relevance | path

Searched defs:smmu (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dfvp-base-gicv23-interrupts.dtsi142 smmu: iommu@2b400000 { label
H A Dfvp-base-gicv5.dtsi154 smmu: iommu@2b400000 { label
H A Dfvp-base-psci-common.dtsi154 smmu: iommu@2b400000 { label
H A Drd1ae.dts378 smmu: iommu@280000000 { label
/rk3399_ARM-atf/plat/brcm/board/stingray/src/
H A Diommu.c97 #define ARM_SMMU_GR0(smmu) ((smmu)->base) argument
98 #define ARM_SMMU_GR1(smmu) ((smmu)->base + (1 << (smmu)->pgshift)) argument
137 #define ARM_SMMU_CB_BASE(smmu) ((smmu)->base + ((smmu)->size >> 1)) argument
138 #define ARM_SMMU_CB(smmu, n) ((n) * (1 << (smmu)->pgshift)) argument
306 static void arm_smmu_smr_cfg(struct arm_smmu_device *smmu, uint32_t index) in arm_smmu_smr_cfg()
319 static void arm_smmu_s2cr_cfg(struct arm_smmu_device *smmu, uint32_t index) in arm_smmu_s2cr_cfg()
332 static void smmu_set_pgtbl(struct arm_smmu_device *smmu, in smmu_set_pgtbl()
401 struct arm_smmu_device *smmu = &iommu; in arm_smmu_create_identity_map() local
/rk3399_ARM-atf/services/std_svc/drtm/
H A Ddrtm_dma_prot.c136 for (const uintptr_t *smmu = smmus; smmu < smmus+num_smmus; smmu++) { in drtm_dma_prot_engage() local