Searched refs:mc_ph (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/fsl-mc/
H A Dmc.c939 u32 phandle, mc_ph; local
981 mc_ph = fdt_get_phandle(blob, noff);
982 if (!mc_ph) {
983 mc_ph = fdt_create_phandle(blob, noff);
984 if (!mc_ph) {
1005 ret = fdt_setprop_u32(blob, noff, "iommu-addresses", mc_ph);
1027 noff = fdt_node_offset_by_phandle(blob, mc_ph);

Completed in 90 milliseconds