Searched refs:smmu_ph (Results 1 – 3 of 3) sorted by relevance
| /u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| A D | icid.c | 60 prop[i * 2] = cpu_to_fdt32(smmu_ph); in fdt_set_iommu_prop() 161 int noff, smmu_ph; in fdt_get_smmu_phandle() local 170 smmu_ph = fdt_get_phandle(blob, noff); in fdt_get_smmu_phandle() 171 if (!smmu_ph) { in fdt_get_smmu_phandle() 172 smmu_ph = fdt_create_phandle(blob, noff); in fdt_get_smmu_phandle() 173 if (!smmu_ph) { in fdt_get_smmu_phandle() 179 return smmu_ph; in fdt_get_smmu_phandle() 184 int smmu_ph; in fdt_fixup_icid() local 186 smmu_ph = fdt_get_smmu_phandle(blob); in fdt_fixup_icid() 187 if (smmu_ph < 0) in fdt_fixup_icid() [all …]
|
| /u-boot/drivers/misc/ |
| A D | fsl_portals.c | 202 int smmu_ph = fdt_get_smmu_phandle(blob); in fdt_fixup_qportals() local 281 if (smmu_ph >= 0) { in fdt_fixup_qportals() 288 fdt_set_iommu_prop(blob, off, smmu_ph, icids, 3); in fdt_fixup_qportals()
|
| /u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| A D | fsl_icid.h | 30 int fdt_set_iommu_prop(void *blob, int off, int smmu_ph, u32 *ids, int num_ids);
|
Completed in 6 milliseconds