Home
last modified time | relevance | path

Searched refs:fdt_get_smmu_phandle (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dicid.c156 int fdt_get_smmu_phandle(void *blob) in fdt_get_smmu_phandle() function
183 smmu_ph = fdt_get_smmu_phandle(blob); in fdt_fixup_icid()
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_icid.h28 int fdt_get_smmu_phandle(void *blob);
/openbmc/u-boot/drivers/misc/
H A Dfsl_portals.c201 int smmu_ph = fdt_get_smmu_phandle(blob); in fdt_fixup_qportals()