Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/brcm/board/stingray/src/
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
/trusted-firmware-a-latest/services/std_svc/drtm/
Ddrtm_dma_prot.c136 for (const uintptr_t *smmu = smmus; smmu < smmus+num_smmus; smmu++) { in drtm_dma_prot_engage() local