Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/
H A Dif_dwc_rk.c488 pcell_t phy_handle; in if_dwc_rk_init() local
519 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()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-board.c206 uint32_t *phy_handle; in __get_phy_info_from_dt() local
242 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()
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c1417 pcell_t phy_handle; in awg_get_phy_node() local
1420 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()