Lines Matching full:node
653 int sata_node = -1; /* Set to -1 in order to read the first sata node */ in comphy_sata_power_up()
660 * will return the first node always. in comphy_sata_power_up()
661 * In order to parse each CPs SATA node, fdt_node_offset_by_compatible in comphy_sata_power_up()
669 pr_err("SATA node not found in FDT\n"); in comphy_sata_power_up()
1863 int node; in comphy_dedicated_phys_init() local
1869 /* Find the UTMI phy node in device tree and go over them */ in comphy_dedicated_phys_init()
1870 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, in comphy_dedicated_phys_init()
1874 while (node > 0) { in comphy_dedicated_phys_init()
1878 gd->fdt_blob, node, "reg", 0, NULL, true); in comphy_dedicated_phys_init()
1888 gd->fdt_blob, node, "reg", 1, NULL, true); in comphy_dedicated_phys_init()
1898 gd->fdt_blob, node, "reg", 2, NULL, true); in comphy_dedicated_phys_init()
1910 gd->fdt_blob, node, "utmi-port", UTMI_PHY_INVALID); in comphy_dedicated_phys_init()
1917 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
1918 gd->fdt_blob, node, "marvell,mvebu-utmi-2.6.0"); in comphy_dedicated_phys_init()