Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1206 struct fwnode_handle *phy_fwnode; in stmmac_init_phy() local
1223 phy_fwnode = fwnode_get_phy_node(fwnode); in stmmac_init_phy()
1225 phy_fwnode = NULL; in stmmac_init_phy()
1230 if (!phy_fwnode || IS_ERR(phy_fwnode)) { in stmmac_init_phy()
1247 fwnode_handle_put(phy_fwnode); in stmmac_init_phy()