Searched refs:phy_dn (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/genet/ |
| H A D | bcmmii.c | 351 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 D | bcmgenet.h | 628 struct device_node *phy_dn; member
|
| /linux/drivers/net/mdio/ |
| H A D | mdio-realtek-rtl9300.c | 425 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 D | bcmasp_intf.c | 1013 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 D | bcmasp.h | 317 struct device_node *phy_dn; member
|
| /linux/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac.c | 1038 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 D | bcmsysport.c | 1967 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()
|