Searched refs:phy_handle (Results 1 – 3 of 3) sorted by relevance
488 pcell_t phy_handle; in if_dwc_rk_init() local519 if (OF_getencprop(node, "phy-handle", (void *)&phy_handle, in if_dwc_rk_init()520 sizeof(phy_handle)) > 0) in if_dwc_rk_init()521 sc->phy_node = OF_node_from_xref(phy_handle); in if_dwc_rk_init()
206 uint32_t *phy_handle; in __get_phy_info_from_dt() local242 phy_handle = (uint32_t *) fdt_getprop(fdt_addr, eth, "phy-handle", NULL); in __get_phy_info_from_dt()243 if (!phy_handle) in __get_phy_info_from_dt()249 phandle = cvmx_be32_to_cpu(*phy_handle); in __get_phy_info_from_dt()
1417 pcell_t phy_handle; in awg_get_phy_node() local1420 if (OF_getencprop(node, "phy-handle", (void *)&phy_handle, in awg_get_phy_node()1421 sizeof(phy_handle)) <= 0) in awg_get_phy_node()1424 return (OF_node_from_xref(phy_handle)); in awg_get_phy_node()