Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160aqds.c593 char dpmac_str[] = "dpmacs@00"; in fdt_fixup_dpmac_phy_handle() local
606 sprintf(dpmac_str, "dpmac@%x", dpmac_id); in fdt_fixup_dpmac_phy_handle()
607 debug("dpmac_str = %s\n", dpmac_str); in fdt_fixup_dpmac_phy_handle()
609 offset = fdt_subnode_offset(fdt, offset, dpmac_str); in fdt_fixup_dpmac_phy_handle()
611 printf("%s node not found in device tree\n", dpmac_str); in fdt_fixup_dpmac_phy_handle()