Home
last modified time | relevance | path

Searched refs:phy_dn (Results 1 – 7 of 7) 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.h628 struct device_node *phy_dn; member
/linux/drivers/net/mdio/
H A Dmdio-realtek-rtl9300.c425 struct device_node *phy_dn __free(device_node) = in rtl9300_mdiobus_map_ports()
428 if (!phy_dn) in rtl9300_mdiobus_map_ports()
431 mdio_dn = phy_dn->parent; in rtl9300_mdiobus_map_ports()
453 err = of_property_read_u32(phy_dn, "reg", &addr); in rtl9300_mdiobus_map_ports()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1013 phydev = of_phy_connect(dev, intf->phy_dn, in bcmasp_netif_init()
1209 intf->phy_dn = of_parse_phandle(ndev_dn, "phy-handle", 0); in bcmasp_interface_create()
1210 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) { in bcmasp_interface_create()
1217 intf->phy_dn = ndev_dn; in bcmasp_interface_create()
H A Dbcmasp.h317 struct device_node *phy_dn; member
/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()