Home
last modified time | relevance | path

Searched refs:phy_dn (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c349 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
557 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init()
562 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init()
567 priv->phy_dn = of_node_get(dn); in bcmgenet_mii_of_init()
679 of_node_put(priv->phy_dn); in bcmgenet_mii_exit()
H A Dbcmgenet.h607 struct device_node *phy_dn; member
/openbmc/linux/net/dsa/
H A Dport.c1540 struct device_node *phy_dn; in dsa_port_get_phy_device() local
1543 phy_dn = of_parse_phandle(dp->dn, "phy-handle", 0); in dsa_port_get_phy_device()
1544 if (!phy_dn) in dsa_port_get_phy_device()
1547 phydev = of_phy_find_device(phy_dn); in dsa_port_get_phy_device()
1549 of_node_put(phy_dn); in dsa_port_get_phy_device()
1553 of_node_put(phy_dn); in dsa_port_get_phy_device()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1060 phydev = of_phy_connect(dev, intf->phy_dn, in bcmasp_netif_init()
1254 intf->phy_dn = of_parse_phandle(ndev_dn, "phy-handle", 0); in bcmasp_interface_create()
1255 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) { in bcmasp_interface_create()
1262 intf->phy_dn = ndev_dn; in bcmasp_interface_create()
H A Dbcmasp.h320 struct device_node *phy_dn; member
/openbmc/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1040 struct device_node *dn, *phy_dn; in pasemi_mac_phy_init() local
1044 phy_dn = of_parse_phandle(dn, "phy-handle", 0); in pasemi_mac_phy_init()
1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
1053 of_node_put(phy_dn); in pasemi_mac_phy_init()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h740 struct device_node *phy_dn; member
H A Dbcmsysport.c2002 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open()
2572 priv->phy_dn = dn; in bcm_sysport_probe()