Searched refs:phy_dn (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 350 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe() 562 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init() 567 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init() 572 priv->phy_dn = of_node_get(dn); in bcmgenet_mii_of_init() 684 of_node_put(priv->phy_dn); in bcmgenet_mii_exit()
|
H A D | bcmgenet.h | 607 struct device_node *phy_dn; member
|
/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac.c | 1040 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()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 1968 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open() 2538 priv->phy_dn = dn; in bcm_sysport_probe()
|