Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c351 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe()
546 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init()
551 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init()
556 priv->phy_dn = of_node_get(dn); in bcmgenet_mii_of_init()
616 of_node_put(priv->phy_dn); in bcmgenet_mii_exit()
H A Dbcmgenet.h629 struct device_node *phy_dn;
628 struct device_node *phy_dn; global() member
/linux/drivers/net/mdio/
H A Dmdio-realtek-rtl9300.c574 struct device_node *ports_dn, *phy_dn, *bus_dn, *ctrl_dn;
588 phy_dn = of_parse_phandle(port_dn, "phy-handle", 0);
590 if (!phy_dn)
593 bus_dn = otto_emdio_get_bus_node(phy_dn);
625 addr = of_mdio_parse_addr(dev, phy_dn);
637 if (of_device_is_compatible(phy_dn, "ethernet-phy-ieee802.3-c45"))
645 of_node_put(phy_dn);
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1038 struct device_node *dn, *phy_dn; in pasemi_mac_phy_init() local
1042 phy_dn = of_parse_phandle(dn, "phy-handle", 0); in pasemi_mac_phy_init()
1048 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
1051 of_node_put(phy_dn); in pasemi_mac_phy_init()
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c1967 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open()
2537 priv->phy_dn = dn; in bcm_sysport_probe()