Searched refs:phy_parent (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-board.c | 207 int aliases, eth, phy, phy_parent, phandle, ret; in __get_phy_info_from_dt() local 279 phy_parent = fdt_parent_offset(fdt_addr, phy); in __get_phy_info_from_dt() 280 if (phy_parent < 0) in __get_phy_info_from_dt() 283 ipd_port, phy_parent); in __get_phy_info_from_dt() 286 ret = fdt_node_check_compatible(fdt_addr, phy_parent, in __get_phy_info_from_dt() 291 uint32_t *mdio_reg_base = (uint32_t *) fdt_getprop(fdt_addr, phy_parent,"reg",0); in __get_phy_info_from_dt()
|