Searched refs:phy_handle (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 484 const __be32 *phy_handle; in octeon_fdt_set_phy() local 494 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 495 if (!phy_handle) in octeon_fdt_set_phy() 498 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy() 597 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local 599 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet() 600 if (phy_handle) { in octeon_fdt_rm_ethernet() 601 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()
|
/linux/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 2593 struct device_node *phy_handle) in emac_dt_phy_connect() argument 2602 phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, 0, in emac_dt_phy_connect() 2623 struct device_node *phy_handle; in emac_dt_phy_probe() local 2626 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe() 2628 if (phy_handle) { in emac_dt_phy_probe() 2631 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe() 2635 of_node_put(phy_handle); in emac_dt_phy_probe()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 3356 struct device_node *phy_handle = NULL; in mv88e6xxx_setup_port() local 3577 phy_handle = of_parse_phandle(dp->dn, "phy-handle", 0); in mv88e6xxx_setup_port() 3579 if (phy_handle && !of_property_read_u32(phy_handle, in mv88e6xxx_setup_port() 3584 if (phy_handle) { in mv88e6xxx_setup_port() 3585 of_node_put(phy_handle); in mv88e6xxx_setup_port()
|